summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoralextee2018-11-18 12:33:54 +0000
committeralextee2018-11-18 12:33:54 +0000
commit854d82de13cfb072d555fa5b3f40466814cf99f0 (patch)
tree8e0007355c8215c194193c33b2c7704497f68c78
parentc04afb5a25653b8069e949a1d51665d54b5f9ad1 (diff)
downloadaur-854d82de13cfb072d555fa5b3f40466814cf99f0.tar.gz
use autogen.sh instead of autoreconf
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 570cd0f04491..50f3aa015e49 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,7 +18,7 @@ prepare() {
build() {
cd "$pkgname-$pkgver"
- autoreconf -fi
+ ./autogen.sh
./configure --prefix=/usr --enable-aur-build
make
}