From: Paul Brossier Date: Fri, 8 Jul 2016 13:18:52 +0000 (+0200) Subject: scripts/setenv_local.sh: update to new python-aubio build location X-Git-Tag: 0.4.4~294 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=0dfcea59e8561f8ca8dd10095b56d4ed0ab137b8;p=aubio.git scripts/setenv_local.sh: update to new python-aubio build location --- 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)