diff options
Diffstat (limited to 'script/gen-deb.sh')
-rwxr-xr-x | script/gen-deb.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/script/gen-deb.sh b/script/gen-deb.sh index c474e63..cd3298e 100755 --- a/script/gen-deb.sh +++ b/script/gen-deb.sh @@ -22,7 +22,7 @@ cp -a DEBIAN $debroot/ sed "s#{VERSION}#$version#g" DEBIAN/control > $debroot/DEBIAN/control #... add bootstrap stuff # yay, old forks and deprecated compression -dpkg-deb -Zlzma -b $debroot out/com.ex.substitute-$version.deb +fakeroot dpkg-deb -Zlzma -b $debroot out/com.ex.substitute-$version.deb |