fixed jack package
[hdw-linux/hdw-linux.git] / packages / soundtools / jack / jack
1 # hdw - linux jack package
2 #
3 # author: hackbard@hackdaworld.dyndns.org
4 #
5 # [V] cvs
6 # [S] 3-10
7 # [D] jack.tar.bz2 cvs:anonymous:cvs.jackit.sourceforge.net:cvsroot/jackit:jack
8
9 pre_install()   {
10         sed 's%which%type -p%g' autogen.sh > tmp~
11         mv tmp~ autogen.sh ; chmod 750 autogen.sh
12         ./autogen.sh
13                 }