From 97a3f6f0d1828497c6914f68562d8f8d69723326 Mon Sep 17 00:00:00 2001 From: fbt Date: Sat, 16 Jan 2016 14:13:16 +0300 Subject: [PATCH] 0.12.15 --- PKGBUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/PKGBUILD b/PKGBUILD index 037c241..2042291 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -13,6 +13,7 @@ source=("http://ftp.de.debian.org/debian/pool/main/p/posh/posh_${pkgver}.tar.xz" build() { cd "$srcdir/$pkgname-$pkgver" + autoreconf -fi ./configure --prefix=/usr make }