add missing Makefile to install LunCmd/ modules
This commit is contained in:
5
PVE/Storage/LunCmd/Makefile
Normal file
5
PVE/Storage/LunCmd/Makefile
Normal file
@ -0,0 +1,5 @@
|
||||
SOURCES=Comstar.pm Istgt.pm
|
||||
|
||||
.PHONY: install
|
||||
install:
|
||||
for i in ${SOURCES}; do install -D -m 0644 $$i ${DESTDIR}${PERLDIR}/PVE/Storage/LunCmd/$$i; done
|
||||
@ -3,3 +3,4 @@ SOURCES=Plugin.pm DirPlugin.pm LVMPlugin.pm NFSPlugin.pm ISCSIPlugin.pm RBDPlugi
|
||||
.PHONY: install
|
||||
install:
|
||||
for i in ${SOURCES}; do install -D -m 0644 $$i ${DESTDIR}${PERLDIR}/PVE/Storage/$$i; done
|
||||
make -C LunCmd install
|
||||
|
||||
Reference in New Issue
Block a user