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

andyrtr at archlinux.org andyrtr at archlinux.org
Thu Feb 26 04:45:46 UTC 2009


    Date: Wednesday, February 25, 2009 @ 23:45:46
  Author: andyrtr
Revision: 27808

run autoreconf after patching to avoid some warnings. fixes #13488

Modified:
  coreutils/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-02-26 04:14:03 UTC (rev 27807)
+++ PKGBUILD	2009-02-26 04:45:46 UTC (rev 27808)
@@ -33,11 +33,6 @@
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
 
-  # only needed if new autoconf 2.62 is used
-  sed -i 's/1.10a/1.10.2/' configure.ac # aclocal fix
-  sed -i 's/dist-xz/dist-lzma/' configure.ac
-  autoreconf
-
   # added pam patch and i18n patch from fedora cvs
   patch -Np1 -i ../coreutils-pam.patch || return 1
   patch -Np1 -i ../coreutils-i18n.patch || return 1
@@ -46,6 +41,11 @@
   # from gentoo portage
   patch -Np1 -i ../coreutils-uname.patch || return 1
 
+  # only needed if new autoconf 2.62 is used
+  sed -i 's/1.10a/1.10.2/' configure.ac # aclocal fix
+  sed -i 's/dist-xz/dist-lzma/' configure.ac
+  autoreconf
+
   ./configure --prefix=/usr \
 	--enable-install-program=su \
 	--enable-pam ac_cv_func_openat=no




More information about the arch-commits mailing list