summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Dewender2014-10-21 03:18:49 +0200
committerJohannes Dewender2014-10-21 03:18:49 +0200
commitfed52bf2992293e3f8a8d1483506966d0188bf50 (patch)
tree1286b29bc1ab3d28746aba2acdcfec49eef5293c
parent2646c134bb2bed62e12c476ce4e660c5ce80b12f (diff)
downloadaur-fed52bf2992293e3f8a8d1483506966d0188bf50.tar.gz
essentia-acousticbrainz: minor cleanup
-rw-r--r--PKGBUILD2
1 files changed, 0 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 18ae2688124a..1e90b44001b0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -24,11 +24,9 @@ pkgver() {
build() {
cd "$srcdir/$_pkgname"
- #PYTHON=/usr/bin/python2 python2 waf configure \
$_python waf configure \
--mode=release --prefix=/usr/ \
--with-example=streaming_extractor_music
- #PYTHON=/usr/bin/python2 python2 waf --prefix=/usr/
$_python waf --prefix=/usr/
}