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

Antonio Rojas arojas at archlinux.org
Mon Sep 17 21:22:51 UTC 2018


    Date: Monday, September 17, 2018 @ 21:22:51
  Author: arojas
Revision: 334800

Add NOCONFIGURE=1

Modified:
  geeqie/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-17 21:22:20 UTC (rev 334799)
+++ PKGBUILD	2018-09-17 21:22:51 UTC (rev 334800)
@@ -21,7 +21,7 @@
 prepare() {
   cd $pkgname-$pkgver
   patch -p1 -i ../geeqie-no-changelog.patch # Workaround missing changelog (Fedora)
-  ./autogen.sh
+  NOCONFIGURE=1 ./autogen.sh
 }
 
 build() {



More information about the arch-commits mailing list