]> git.proxmox.com Git - pve-storage.git/blob - src/PVE/Storage/LunCmd/Makefile
fixup error messages when getting file size info
[pve-storage.git] / src / PVE / Storage / LunCmd / Makefile
1 SOURCES=Comstar.pm Istgt.pm Iet.pm LIO.pm
2
3 .PHONY: install
4 install:
5 for i in ${SOURCES}; do install -D -m 0644 $$i ${DESTDIR}${PERLDIR}/PVE/Storage/LunCmd/$$i; done