From db6142dc5c8b6f027ea80e1a8f1a8bc681504924 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Wed, 23 May 2012 02:23:18 +0000 Subject: try to get path to patches correct git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@12386 d708f5d6-7413-0410-9779-e7cbd77b26cf --- tools/build-ardour-stack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') 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 which no longer works on Lion -- cgit v1.2.3