Files
pve-storage/PVE/API2/Storage/Makefile

7 lines
186 B
Makefile

SOURCES= Content.pm Status.pm Config.pm Scan.pm Replication.pm
.PHONY: install
install:
for i in ${SOURCES}; do install -D -m 0644 $$i ${DESTDIR}${PERLDIR}/PVE/API2/Storage/$$i; done