mirror of
https://git.proxmox.com/git/pve-jslint
synced 2025-04-28 12:15:14 +00:00
buildsys: use fakeroot for dpkg-deb
This commit is contained in:
parent
838549fe51
commit
926279b721
2
Makefile
2
Makefile
@ -28,7 +28,7 @@ ${DEB}:
|
||||
install -m 0644 copyright dest/usr/share/doc/${PACKAGE}
|
||||
install -m 0644 changelog.Debian dest/usr/share/doc/${PACKAGE}
|
||||
gzip -n --best dest/usr/share/doc/${PACKAGE}/changelog.Debian
|
||||
dpkg-deb --build dest
|
||||
fakeroot dpkg-deb --build dest
|
||||
mv dest.deb ${DEB}
|
||||
rm -rf dest
|
||||
lintian ${DEB}
|
||||
|
Loading…
Reference in New Issue
Block a user