pve-storage/PVE/API2/Makefile

7 lines
120 B
Makefile

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