aboutsummaryrefslogtreecommitdiffhomepage
path: root/build_tools/make_deb.sh
blob: af4acc63a7388786d3424e7c6e05217c6268ce62 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh

# 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