[arch-commits] Commit in activity-log-manager/trunk (PKGBUILD)

Balló György bgyorgy at archlinux.org
Mon Mar 21 16:22:49 UTC 2016


    Date: Monday, March 21, 2016 @ 17:22:49
  Author: bgyorgy
Revision: 167829

Move autoreconf to prepare function

Modified:
  activity-log-manager/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-03-21 16:21:09 UTC (rev 167828)
+++ PKGBUILD	2016-03-21 16:22:49 UTC (rev 167829)
@@ -37,11 +37,12 @@
 
   # Port to gee-0.8
   patch -Np1 -i ../gee-0.8.patch
+
+  autoreconf -fi
 }
 
 build() {
   cd $pkgname-$pkgver
-  autoreconf -fi
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
   make
 }



More information about the arch-commits mailing list