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

Allan McRae allan at archlinux.org
Tue Mar 27 00:58:08 UTC 2012


    Date: Monday, March 26, 2012 @ 20:58:07
  Author: allan
Revision: 154341

upgpkg: coreutils 8.16-1

upstream update, move non-fhs required binaries out of /bin

Modified:
  coreutils/trunk/PKGBUILD

----------+
 PKGBUILD |   19 +++++++------------
 1 file changed, 7 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-03-26 13:17:55 UTC (rev 154340)
+++ PKGBUILD	2012-03-27 00:58:07 UTC (rev 154341)
@@ -3,7 +3,7 @@
 # Contributor: judd <jvinet at zeroflux.org>
 
 pkgname=coreutils
-pkgver=8.15
+pkgver=8.16
 pkgrel=1
 pkgdesc="The basic file, shell and text manipulation utilities of the GNU operating system"
 arch=('i686' 'x86_64')
@@ -19,8 +19,8 @@
 	coreutils-uname.patch
 	coreutils-pam.patch
 	su.pam)
-md5sums=('094909fafa86110140b32e4948941545'
-         '2cdd273d93a77d03739fa81d7c2acfe5'
+md5sums=('89b06f91634208dceba7b36ad1f9e8b9'
+         '63158176d5bb005c6871242c940eedf1'
          'c4fcca138b6abf6d443d48a6f0cd8833'
          'aad79a2aa6d566c375d7bdd1b0767278'
          'fa85e5cce5d723275b14365ba71a8aad')
@@ -55,16 +55,11 @@
   install -dm755 ${pkgdir}/{bin,usr/sbin}
   
   # binaries required by FHS
-  _fhs="cat chgrp chmod chown cp date dd df echo false ln ls \
-        mkdir mknod mv pwd rm rmdir stty su sync true uname"
-  mv ${_fhs} ${pkgdir}/bin
+  _fhs=('cat' 'chgrp' 'chmod' 'chown' 'cp' 'date' 'dd' 'df' 'echo' 'false'
+        'ln' 'ls' 'mkdir' 'mknod' 'mv' 'pwd' 'rm' 'rmdir' 'stty' 'su' 'sync'
+        'true' 'uname')
+  mv ${_fhs[@]} ${pkgdir}/bin
 
-  # binaries required by various Arch scripts
-  _bin="cut dir dircolors du install mkfifo readlink shred \
-        sleep touch tr vdir"
-  mv ${_bin} ${pkgdir}/bin
-  ln -sf /bin/sleep ${pkgdir}/usr/bin/sleep
-
   mv chroot ${pkgdir}/usr/sbin
   install -Dm644 ${srcdir}/su.pam ${pkgdir}/etc/pam.d/su
 }




More information about the arch-commits mailing list