The code introduces a cyclic package dependency, so we need to move it to pve-manager package.
10 lines
235 B
Makefile
10 lines
235 B
Makefile
|
|
|
|
.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
|
|
make -C Storage install
|
|
make -C API2 install
|
|
make -C CLI install
|