[arch-commits] Commit in libnsl/trunk (PKGBUILD)

Christian Hesse eworm at archlinux.org
Wed Nov 13 17:45:34 UTC 2019


    Date: Wednesday, November 13, 2019 @ 17:45:33
  Author: eworm
Revision: 368395

run `autoreconf -fi` first...

... and fix version mismatch due to wrong order

Modified:
  libnsl/trunk/PKGBUILD

----------+
 PKGBUILD |    1 +
 1 file changed, 1 insertion(+)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-13 17:45:18 UTC (rev 368394)
+++ PKGBUILD	2019-11-13 17:45:33 UTC (rev 368395)
@@ -13,6 +13,7 @@
 
 prepare() {
   cd $pkgname-$pkgver
+  autoreconf -fi
   ./autogen.sh
 }
 



More information about the arch-commits mailing list