]> git.proxmox.com Git - pve-storage.git/blame - PVE/API2/Disks/Makefile
diskmanage: rename check_unused to assert_disk_unused
[pve-storage.git] / PVE / API2 / Disks / Makefile
CommitLineData
8b6842ca 1
0ea9f384 2SOURCES= LVM.pm\
793d720c 3 LVMThin.pm\
c84106ed 4 ZFS.pm\
793d720c 5 Directory.pm
8b6842ca
DC
6
7.PHONY: install
8install:
9 for i in ${SOURCES}; do install -D -m 0644 $$i ${DESTDIR}${PERLDIR}/PVE/API2/Disks/$$i; done