Files
pve-storage/PVE/Makefile
2012-05-23 08:00:13 +02:00

7 lines
140 B
Makefile

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