
Bakefile aur diff
By:
jcdenton513 on
Jul 18th, 2011 | syntax:
Diff | size: 0.30 KB | hits: 52 | expires: Never
diff -u old/PKGBUILD new/PKGBUILD
--- old/PKGBUILD 2011-07-18 13:08:28.091585542 -0400
+++ new/PKGBUILD 2011-07-18 13:10:11.432103945 -0400
@@ -15,7 +15,7 @@
build() {
cd "$srcdir/$pkgname-$pkgver"
- ./configure --prefix=/usr
+ PYTHON=/usr/bin/python2 ./configure --prefix=/usr
make
}