separate packaging and source build system
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
12
src/PVE/Makefile
Normal file
12
src/PVE/Makefile
Normal file
@ -0,0 +1,12 @@
|
||||
|
||||
|
||||
.PHONY: install
|
||||
install:
|
||||
install -D -m 0644 Storage.pm ${DESTDIR}${PERLDIR}/PVE/Storage.pm
|
||||
install -D -m 0644 Diskmanage.pm ${DESTDIR}${PERLDIR}/PVE/Diskmanage.pm
|
||||
install -D -m 0644 CephConfig.pm ${DESTDIR}${PERLDIR}/PVE/CephConfig.pm
|
||||
make -C Storage install
|
||||
make -C API2 install
|
||||
make -C CLI install
|
||||
|
||||
clean:
|
||||
Reference in New Issue
Block a user