summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRomain Labolle2016-06-10 09:30:54 +0200
committerRomain Labolle2016-06-10 09:30:54 +0200
commit60ce71860dda6b76f18072b64e4dd8c8f6be5571 (patch)
tree2f6928d73f40bc75ca0390fcdaebfa979919e543
parent1a96dbcc796f4eaaadf54c03720d9e3f7f42c32c (diff)
downloadaur-60ce71860dda6b76f18072b64e4dd8c8f6be5571.tar.gz
Fix compilation
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 36bf0ad9063a..eb43629302ef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,6 +19,7 @@ prepare() {
build() {
cd "$srcdir/${pkgname}-${pkgver}"
+ autoreconf -vfi
./autogen.sh
./configure --prefix=/usr
make