mirror of
https://git.proxmox.com/git/pve-access-control
synced 2025-08-14 09:38:30 +00:00
buildsys: use fakeroot for dpkg-deb
This commit is contained in:
parent
8ae77032bd
commit
156fd8f736
2
Makefile
2
Makefile
@ -60,7 +60,7 @@ ${DEB}:
|
|||||||
install -D -m 0644 copyright build/${DOCDIR}/copyright
|
install -D -m 0644 copyright build/${DOCDIR}/copyright
|
||||||
install -m 0644 changelog.Debian build/${DOCDIR}/
|
install -m 0644 changelog.Debian build/${DOCDIR}/
|
||||||
gzip -9 -n build/${DOCDIR}/changelog.Debian
|
gzip -9 -n build/${DOCDIR}/changelog.Debian
|
||||||
dpkg-deb --build build
|
fakeroot dpkg-deb --build build
|
||||||
mv build.deb ${DEB}
|
mv build.deb ${DEB}
|
||||||
#rm -rf build
|
#rm -rf build
|
||||||
lintian ${DEB}
|
lintian ${DEB}
|
||||||
|
Loading…
Reference in New Issue
Block a user