summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-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/
}