summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhaawda2022-06-15 15:55:44 +0200
committerhaawda2022-06-15 15:55:44 +0200
commitcf4d58b4d96a4ba0c1f01fd4c3c61bfeefba74d1 (patch)
tree62d1a7e1c100b2c92777bbcc3eb1ea40f523ca5a /PKGBUILD
parentb93d6e9c49f045b71ce23fc48fbe0ee02ea911fe (diff)
downloadaur-cf4d58b4d96a4ba0c1f01fd4c3c61bfeefba74d1.tar.gz
add python2 makedep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6624ad4531dc..1a38abd6d039 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -35,7 +35,7 @@ prepare() {
build () {
cd "$srcdir/$pkgname-$pkgver/"
#CFLAGS+=' -Wno-deprecated-declarations'
- ./configure --prefix=/usr --disable-update-xdg-database --without-libfam
+ PYTHON=/usr/bin/python ./configure --prefix=/usr --disable-update-xdg-database --without-libfam
make
}