convert pvesm into a PVE::CLI class
This commit is contained in:
9
PVE/CLI/Makefile
Normal file
9
PVE/CLI/Makefile
Normal file
@ -0,0 +1,9 @@
|
||||
SOURCES=pvesm.pm
|
||||
|
||||
.PHONY: install
|
||||
install: ${SOURCES}
|
||||
install -d -m 0755 ${DESTDIR}${PERLDIR}/PVE/CLI
|
||||
for i in ${SOURCES}; do install -D -m 0644 $$i ${DESTDIR}${PERLDIR}/PVE/CLI/$$i; done
|
||||
|
||||
|
||||
clean:
|
||||
Reference in New Issue
Block a user