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 5a7efd2..4f0cb07 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 1151ad8..bd98a22 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
                }