]> git.proxmox.com Git - pve-container.git/blobdiff - Makefile
create: refactor arch detection to run_fork_with_timeout
[pve-container.git] / Makefile
index 34e9397387f863e6eb95fb4b84ecf59355cd223f..e9e9e914b220897f22232ed45ecbd0f7699d0fa5 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 VERSION=2.0
 PACKAGE=pve-container
-PKGREL=15
+PKGREL=17
 
 GITVERSION:=$(git rev-parse HEAD)
 
@@ -22,7 +22,7 @@ ${DEB}:
        rsync -a src/ build
        rsync -a debian/ build/debian
        echo "git clone git://git.proxmox.com/git/pve-container\\ngit checkout ${GITVERSION}" > build/debian/SOURCE
-       cd build; dpkg-buildpackage -rfakeroot -b -us -uc
+       cd build; dpkg-buildpackage -b -us -uc
        lintian ${DEB}
 
 .PHONY: clean