diff options
author | comex | 2015-03-01 19:16:24 -0500 |
---|---|---|
committer | comex | 2015-03-01 19:16:24 -0500 |
commit | 8baebb7886a93e71863ac94a24e10477a42c127e (patch) | |
tree | 087e17ae72960dbbc74a369cc7727f881b7dc9c9 /script | |
parent | Let's get hacky! (diff) | |
download | substitute-8baebb7886a93e71863ac94a24e10477a42c127e.tar.gz |
minor changes
Diffstat (limited to 'script')
-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 |