]> hackdaworld.org Git - hdw-linux/hdw-linux.git/commitdiff
fixed jack package
authorhackbard <hackbard>
Sun, 25 Jul 2004 02:36:17 +0000 (02:36 +0000)
committerhackbard <hackbard>
Sun, 25 Jul 2004 02:36:17 +0000 (02:36 +0000)
doc/CHANGELOG
packages/soundtools/jack/jack

index 5a7efd2ee251481d87eff90f5dfa1af92a4692b1..4f0cb077e2c8c8b04a35589facbe3ab648f1806d 100644 (file)
@@ -1,5 +1,6 @@
 *) 2004-07-25
 
+- fixed jack compilation
 - alsa: fixed userland tools, skip driver build as available in 2.6
 - fixed wine package, fixed gimp-print
 
index 1151ad8c3890e4dead788054730427fbbf5d9a5c..bd98a22bb15c770d4570d65ab09cc8cc304c4364 100644 (file)
@@ -7,5 +7,7 @@
 # [D] jack.tar.bz2 cvs:anonymous:cvs.jackit.sourceforge.net:cvsroot/jackit:jack
 
 pre_install()  {
+       sed 's%which%type -p%g' autogen.sh > tmp~
+       mv tmp~ autogen.sh ; chmod 750 autogen.sh
        ./autogen.sh
                }