From 0dfcea59e8561f8ca8dd10095b56d4ed0ab137b8 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Fri, 8 Jul 2016 15:18:52 +0200 Subject: [PATCH] scripts/setenv_local.sh: update to new python-aubio build location --- scripts/setenv_local.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/setenv_local.sh b/scripts/setenv_local.sh index acf39bf9..ac9a5cf5 100644 --- a/scripts/setenv_local.sh +++ b/scripts/setenv_local.sh @@ -12,7 +12,7 @@ PYTHON_PLATFORM=`python -c "import pkg_resources, sys; print '%s-%s' % (pkg_reso AUBIODIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )/.." && pwd )" AUBIOLIB=$AUBIODIR/build/src -AUBIOPYTHON=$AUBIODIR/python/build/lib.$PYTHON_PLATFORM +AUBIOPYTHON=$AUBIODIR/build/lib.$PYTHON_PLATFORM if [ "$(dirname $PWD)" == "scripts" ]; then AUBIODIR=$(basename $PWD) -- 2.11.0