]> git.proxmox.com Git - pve-storage.git/blob - PVE/API2/Disks/Makefile
test: also pass format for backing base image
[pve-storage.git] / PVE / API2 / Disks / Makefile
1
2 SOURCES= LVM.pm\
3 LVMThin.pm\
4 ZFS.pm\
5 Directory.pm
6
7 .PHONY: install
8 install:
9 for i in ${SOURCES}; do install -D -m 0644 $$i ${DESTDIR}${PERLDIR}/PVE/API2/Disks/$$i; done