summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2012-05-23 02:23:18 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2012-05-23 02:23:18 +0000
commitdb6142dc5c8b6f027ea80e1a8f1a8bc681504924 (patch)
treee6480c6bc28ced23c310a8917ed69b121bd0ff45 /tools
parentb4e8aeaf343f6c12082fd6beb705c7f98b2f94e5 (diff)
try to get path to patches correct
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@12386 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'tools')
-rwxr-xr-xtools/build-ardour-stack2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/build-ardour-stack b/tools/build-ardour-stack
index be5f581e43..df8fc4acb9 100755
--- a/tools/build-ardour-stack
+++ b/tools/build-ardour-stack
@@ -285,7 +285,7 @@ fi
tar xf libvorbis-1.3.2.tar.bz2 && \
(set -e && cd libvorbis-1.3.2 && CXXFLAGS="$GLOBAL_CFLAGS" CFLAGS="$GLOBAL_CFLAGS" LDFLAGS="$GLOBAL_LDFLAGS" ./configure --prefix=$PREFIX && make && make install) || die "vorbis build failed"
-sndfile_patch=`ls $this_script_dir/misc-patches/libsndfile-1.0.25.patch`
+sndfile_patch=../`ls $this_script_dir/misc-patches/libsndfile-1.0.25.patch`
if [ x$OSX != x ] ; then
# sndfile-play incorrectly includes <Carbon.h> which no longer works on Lion