currently only list and create, the list is in a format so that we can use it in an extjs tree Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
7 lines
137 B
Makefile
7 lines
137 B
Makefile
|
|
SOURCES= LVM.pm
|
|
|
|
.PHONY: install
|
|
install:
|
|
for i in ${SOURCES}; do install -D -m 0644 $$i ${DESTDIR}${PERLDIR}/PVE/API2/Disks/$$i; done
|