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