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

Dave Reisner dreisner at archlinux.org
Mon Jul 16 02:32:27 UTC 2012


    Date: Sunday, July 15, 2012 @ 22:32:27
  Author: dreisner
Revision: 163566

upgpkg: coreutils 8.17-3

- remove /bin/du symlink, as pacman no longer needs this

Modified:
  coreutils/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-07-16 01:58:51 UTC (rev 163565)
+++ PKGBUILD	2012-07-16 02:32:27 UTC (rev 163566)
@@ -4,7 +4,7 @@
 
 pkgname=coreutils
 pkgver=8.17
-pkgrel=2
+pkgrel=3
 pkgdesc="The basic file, shell and text manipulation utilities of the GNU operating system"
 arch=('i686' 'x86_64')
 license=('GPL3')
@@ -51,18 +51,15 @@
 package() {
   cd ${srcdir}/${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install
-  
+
   cd ${pkgdir}/usr/bin
   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
-  
-  # makepkg uses the full path to this...
-  ln -s /usr/bin/du ${pkgdir}/bin/du
 
   mv chroot ${pkgdir}/usr/sbin
   install -Dm644 ${srcdir}/su.pam ${pkgdir}/etc/pam.d/su




More information about the arch-commits mailing list