convert pvesm into a PVE::CLI class

This commit is contained in:
Dietmar Maurer
2015-09-18 08:21:17 +02:00
parent c8943a85c9
commit c669f42d4e
5 changed files with 299 additions and 290 deletions

View File

@ -4,4 +4,5 @@
install:
install -D -m 0644 Storage.pm ${DESTDIR}${PERLDIR}/PVE/Storage.pm
make -C Storage install
make -C API2 install
make -C API2 install
make -C CLI install