diff options
| author | comex | 2015-07-11 13:18:41 -0400 |
|---|---|---|
| committer | comex | 2015-07-11 14:06:16 -0400 |
| commit | 7de586f0dde91a3bd5433f879f8b614c2ebaf579 (patch) | |
| tree | 286d5c6fa7b06c5a9623bfefb635e2befb218a42 /script | |
| parent | stuff! (diff) | |
| download | substitute-7de586f0dde91a3bd5433f879f8b614c2ebaf579.tar.gz | |
fix?
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 |
