]> git.proxmox.com Git - pve-access-control.git/blobdiff - Makefile
fix #1501: pveum: die when deleting special role
[pve-access-control.git] / Makefile
index d373815dfb80437a484e5853441aa99470a7ba8d..6211b318a3d5efd5c73d1c892c327a0a897dc23d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 VERSION=5.0
 PACKAGE=libpve-access-control
-PKGREL=4
+PKGREL=6
 
 DESTDIR=
 PREFIX=/usr
@@ -58,7 +58,7 @@ ${DEB}:
        rm -rf build
        rsync -a * build
        echo "git clone git://git.proxmox.com/git/pve-access-control.git\\ngit checkout ${GITVERSION}" >build/debian/SOURCE
-       cd build; dpkg-buildpackage -rfakeroot -b -us -uc
+       cd build; dpkg-buildpackage -b -us -uc
        lintian ${DEB}
 
 .PHONY: upload