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

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


    Date: Monday, March 21, 2016 @ 17:32:23
  Author: bgyorgy
Revision: 167833

Move autoreconf to prepare function

Modified:
  gnome-do/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-03-21 16:30:41 UTC (rev 167832)
+++ PKGBUILD	2016-03-21 16:32:23 UTC (rev 167833)
@@ -28,11 +28,12 @@
 
   # Use dbus-sharp-2
   patch -Np1 -i ../03_dbus_sharp_2.diff
+
+  autoreconf -fi
 }
 
 build() {
   cd $pkgname-$pkgver
-  autoreconf -fi
   ./configure --prefix=/usr --sysconfdir=/etc \
               --disable-schemas-install \
               --with-gconf-schema-file-dir=/usr/share/gconf/schemas



More information about the arch-commits mailing list