]> git.proxmox.com Git - pve-guest-common.git/blobdiff - Makefile
bump version to 2.0-6
[pve-guest-common.git] / Makefile
index be04393072f45e2f750359b07295b0f1921b65f9..f799a3e86085d5a4690e58ac1f085857bae4a505 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 PACKAGE=libpve-guest-common-perl
 PKGVER=2.0
-PKGREL=3
+PKGREL=6
 
 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}