shithub: aubio

Download patch

ref: 482586cb4ae1d6e2c3faa872ec5e68a8231976f4
parent: 8a5c8ba32e80b0674742d0fa2bd9187ac1b6da37
author: Paul Brossier <piem@piem.org>
date: Sun Mar 3 09:13:59 EST 2013

python/env_linux: use latest build/lib.* directory

--- a/python/env_linux
+++ b/python/env_linux
@@ -1,4 +1,4 @@
 #! /bin/sh
 
-export PYTHONPATH=$PWD/build/lib.*/:$PWD/tests:$PYTHONPATH
-export LD_LIBRARY_PATH=$PWD/../build/src/
+export PYTHONPATH=$PWD/`ls -rtd build/lib.* | head -1`:$PWD/tests:$PYTHONPATH
+export LD_LIBRARY_PATH=$PWD/../build/src