projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
24e9b0a
)
scripts/setenv_local.sh: update to new python-aubio build location
author
Paul Brossier
<piem@piem.org>
Fri, 8 Jul 2016 13:18:52 +0000
(15:18 +0200)
committer
Paul Brossier
<piem@piem.org>
Fri, 8 Jul 2016 13:18:52 +0000
(15:18 +0200)
scripts/setenv_local.sh
patch
|
blob
|
history
diff --git
a/scripts/setenv_local.sh
b/scripts/setenv_local.sh
index
acf39bf
..
ac9a5cf
100644
(file)
--- 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)