From: Wolfgang Bumiller Date: Mon, 6 Feb 2017 10:47:37 +0000 (+0100) Subject: buildsys: use fakeroot for dpkg-deb X-Git-Url: https://git.proxmox.com/?p=pve-access-control.git;a=commitdiff_plain;h=156fd8f7366ce745bd27c412614b79757eafa402 buildsys: use fakeroot for dpkg-deb --- diff --git a/Makefile b/Makefile index ca82850..1c5aa0d 100644 --- a/Makefile +++ b/Makefile @@ -60,7 +60,7 @@ ${DEB}: install -D -m 0644 copyright build/${DOCDIR}/copyright install -m 0644 changelog.Debian build/${DOCDIR}/ gzip -9 -n build/${DOCDIR}/changelog.Debian - dpkg-deb --build build + fakeroot dpkg-deb --build build mv build.deb ${DEB} #rm -rf build lintian ${DEB}