summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoralextee2018-11-18 14:07:33 +0000
committeralextee2018-11-18 14:07:33 +0000
commit4a307dcade87492d4c3ef92a455c0b07fb497b96 (patch)
tree8e0007355c8215c194193c33b2c7704497f68c78
parent9aaebbcae7f819a23f300bc2ca66db1d6914737a (diff)
downloadaur-4a307dcade87492d4c3ef92a455c0b07fb497b96.tar.gz
readd autogen
-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
}