do not install replication code
The code introduces a cyclic package dependency, so we need to move it to pve-manager package.
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
|
||||
SOURCES= Content.pm Status.pm Config.pm Scan.pm Replication.pm
|
||||
SOURCES= Content.pm Status.pm Config.pm Scan.pm
|
||||
|
||||
.PHONY: install
|
||||
install:
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
SOURCES=pvesm.pm pvesr.pm
|
||||
SOURCES=pvesm.pm
|
||||
|
||||
.PHONY: install
|
||||
install: ${SOURCES}
|
||||
|
||||
@ -3,7 +3,6 @@
|
||||
.PHONY: install
|
||||
install:
|
||||
install -D -m 0644 Storage.pm ${DESTDIR}${PERLDIR}/PVE/Storage.pm
|
||||
install -D -m 0644 ReplicationTools.pm ${DESTDIR}${PERLDIR}/PVE/ReplicationTools.pm
|
||||
install -D -m 0644 Diskmanage.pm ${DESTDIR}${PERLDIR}/PVE/Diskmanage.pm
|
||||
make -C Storage install
|
||||
make -C API2 install
|
||||
|
||||
Reference in New Issue
Block a user