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

Allan McRae allan at archlinux.org
Sat Sep 10 21:14:08 UTC 2011


    Date: Saturday, September 10, 2011 @ 17:14:07
  Author: allan
Revision: 137774

upgpkg: coreutils 8.13-2

remove libexec folder

Modified:
  coreutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-09-10 20:27:34 UTC (rev 137773)
+++ PKGBUILD	2011-09-10 21:14:07 UTC (rev 137774)
@@ -4,7 +4,7 @@
 
 pkgname=coreutils
 pkgver=8.13
-pkgrel=1
+pkgrel=2
 pkgdesc="The basic file, shell and text manipulation utilities of the GNU operating system"
 arch=('i686' 'x86_64')
 license=('GPL3')
@@ -34,7 +34,7 @@
   patch -Np1 -i ${srcdir}/coreutils-uname.patch
 
   autoreconf -v
-  ./configure --prefix=/usr \
+  ./configure --prefix=/usr --libexecdir=/usr/lib/coreutils \
               --enable-install-program=su \
               --enable-no-install-program=groups,hostname,kill,uptime \
               --enable-pam




More information about the arch-commits mailing list