[arch-commits] Commit in system-config-printer/trunk (PKGBUILD)

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Mon Dec 26 22:17:19 UTC 2016


    Date: Monday, December 26, 2016 @ 22:17:18
  Author: bpiotrowski
Revision: 284824

Touch missing files for autoreconf

Modified:
  system-config-printer/trunk/PKGBUILD

----------+
 PKGBUILD |    6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-12-26 19:43:10 UTC (rev 284823)
+++ PKGBUILD	2016-12-26 22:17:18 UTC (rev 284824)
@@ -24,10 +24,8 @@
 
 prepare() {
   cd ${pkgname}-${pkgver}
-  aclocal
-  autoconf
-#  autoheader
-  automake --add-missing
+  touch README ChangeLog
+  autoreconf -fi
 }
 
 build() {



More information about the arch-commits mailing list