summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6755b94b43a3..50f3aa015e49 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,6 +18,7 @@ prepare() {
build() {
cd "$pkgname-$pkgver"
+ ./autogen.sh
./configure --prefix=/usr --enable-aur-build
make
}