Tweaked make_deb script

This commit is contained in:
ridiculousfish 2012-05-22 00:09:39 -07:00
parent 6f9a523151
commit 87c0e0e971

View file

@ -1,9 +1,13 @@
#!/bin/sh
rm -f /tmp/fish_fish_deb
# Terminate on error
set -e
rm -Rf /tmp/fish_fish_deb
mkdir /tmp/fish_fish_deb
git archive --format=tar fish_fish | tar -x -C /tmp/fish_fish_deb
cd /tmp/fish_fish_deb
autoconf
./configure
make
sudo checkinstall make install