]> git.proxmox.com Git - pve-guest-common.git/blobdiff - Makefile
Remove noerr form replication.
[pve-guest-common.git] / Makefile
index b2988febcb668ca127e39d6de16daeca80c4c304..028ad279c298c16ea5a66540f34d0f3fd3604628 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 PACKAGE=libpve-guest-common-perl
 PKGVER=2.0
-PKGREL=1
+PKGREL=13
 
 DEB=${PACKAGE}_${PKGVER}-${PKGREL}_all.deb
 
@@ -21,8 +21,12 @@ ${DEB}:
 
 install: PVE
        install -d ${PERL5DIR}/PVE
+       install -m 0644 PVE/GuestHelpers.pm ${PERL5DIR}/PVE/
        install -m 0644 PVE/AbstractConfig.pm ${PERL5DIR}/PVE/
        install -m 0644 PVE/AbstractMigrate.pm ${PERL5DIR}/PVE/
+       install -m 0644 PVE/ReplicationConfig.pm ${PERL5DIR}/PVE/
+       install -m 0644 PVE/ReplicationState.pm ${PERL5DIR}/PVE/
+       install -m 0644 PVE/Replication.pm ${PERL5DIR}/PVE/
        install -d ${PERL5DIR}/PVE/VZDump
        install -m 0644 PVE/VZDump/Plugin.pm ${PERL5DIR}/PVE/VZDump/
 
@@ -33,7 +37,7 @@ upload: ${DEB}
 distclean: clean
 
 clean:
-       rm -rf ./build *.deb *.changes
+       rm -rf ./build *.deb *.changes *.buildinfo
 
 .PHONY: dinstall
 dinstall: ${DEB}