]> git.proxmox.com Git - pve-common.git/blobdiff - Makefile
read_etc_interfaces: missing iface initialization
[pve-common.git] / Makefile
index 1bfb2d9abb75af9ccd5c78818ee64712ab5910f8..7469272eac389ea2012dbc92db9b57c1aa51940a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
-RELEASE=3.1
+RELEASE=4.0
 
-VERSION=3.0
+VERSION=4.0
 PKGREL=8
 
 PACKAGE=libpve-common-perl
@@ -27,7 +27,7 @@ dinstall: deb
 .PHONY: deb
 deb ${DEB}: 
        rm -rf build
-       rsync -a data/ build
+       rsync -a src/ build
        rsync -a debian/ build/debian
        echo "git clone git://git.proxmox.com/git/pve-common.git\\ngit checkout ${GITVERSION}" > build/debian/SOURCE
        cd build; dpkg-buildpackage -rfakeroot -b -us -uc