summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authord2018-12-06 16:00:52 +0000
committerd2018-12-06 16:00:52 +0000
commit77ff71272b7d57b247cfa095c281cb3351729ecf (patch)
tree98589a1c90dfd404e9d84882ec7f595eff0b15c6
parentb7c751cb96c53492f96f0617dfaae254079cd30c (diff)
downloadaur-77ff71272b7d57b247cfa095c281cb3351729ecf.tar.gz
fixed automake issue
-rw-r--r--PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ab3f4b579ab1..ea1a8c1f4e31 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -23,6 +23,8 @@ prepare() {
build() {
cd "$pkgname-$pkgver"
+
+ autoreconf -f -i
./configure --prefix=/usr \
--with-cupsfilterdir=/usr/lib/cups/filter \