Files
pve-storage/PVE/Makefile
2015-09-18 08:22:04 +02:00

9 lines
162 B
Makefile

.PHONY: install
install:
install -D -m 0644 Storage.pm ${DESTDIR}${PERLDIR}/PVE/Storage.pm
make -C Storage install
make -C API2 install
make -C CLI install