summaryrefslogtreecommitdiff
path: root/core/coreutils
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-06-10 11:18:50 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-06-10 11:18:50 -0300
commitbe51ad4280764191b91e8c27baca29a30475e483 (patch)
tree0794eb362f0c718d1c199efef58eb7248d27f311 /core/coreutils
parent06a22f3bf7a44edf24bd02b6023cf05a6bc77256 (diff)
parent8634a064b17334eb58699897220aeed2fc9a54db (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/solfege/PKGBUILD core/udev/PKGBUILD testing/moc/PKGBUILD testing/mod_perl/PKGBUILD testing/pidgin/PKGBUILD
Diffstat (limited to 'core/coreutils')
-rw-r--r--core/coreutils/PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/core/coreutils/PKGBUILD b/core/coreutils/PKGBUILD
index a5dd6ce81..6977aaaef 100644
--- a/core/coreutils/PKGBUILD
+++ b/core/coreutils/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 120920 2011-04-27 11:05:23Z allan $
+# $Id: PKGBUILD 126199 2011-06-02 14:37:57Z bisson $
# Maintainer: Allan McRae <allan@archlinux.org>
# Contributor: judd <jvinet@zeroflux.org>
pkgname=coreutils
pkgver=8.12
-pkgrel=1
+pkgrel=2
pkgdesc="The basic file, shell and text manipulation utilities of the GNU operating system"
arch=('i686' 'x86_64' 'mips64el')
license=('GPL3')
@@ -35,8 +35,8 @@ build() {
autoreconf -v
./configure --prefix=/usr \
- --enable-install-program=su \
- --enable-no-install-program=groups,hostname,kill,uptime \
+ --enable-install-program=su,hostname \
+ --enable-no-install-program=groups,kill,uptime \
--enable-pam
make
}
@@ -54,8 +54,8 @@ package() {
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"
+ _fhs="cat chgrp chmod chown cp date dd df echo false hostname \
+ ln ls mkdir mknod mv pwd rm rmdir stty su sync true uname"
mv ${_fhs} ${pkgdir}/bin
# binaries required by various Arch scripts