[arch-commits] Commit in coreutils/trunk (PKGBUILD)
Allan McRae
allan at archlinux.org
Tue Mar 27 02:20:06 UTC 2012
Date: Monday, March 26, 2012 @ 22:20:05
Author: allan
Revision: 154343
upgpkg: coreutils 8.16-2
makepkg really wants us to have /bin/du...
Modified:
coreutils/trunk/PKGBUILD
----------+
PKGBUILD | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2012-03-27 00:59:45 UTC (rev 154342)
+++ PKGBUILD 2012-03-27 02:20:05 UTC (rev 154343)
@@ -4,7 +4,7 @@
pkgname=coreutils
pkgver=8.16
-pkgrel=1
+pkgrel=2
pkgdesc="The basic file, shell and text manipulation utilities of the GNU operating system"
arch=('i686' 'x86_64')
license=('GPL3')
@@ -59,6 +59,9 @@
'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