aboutsummaryrefslogtreecommitdiffhomepage
path: root/build_tools/make_deb.sh
blob: 227e4886e0e2e1a29af24cb3e293c9145b8a4421 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh

rm -f /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
./configure
make
sudo checkinstall make install