diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-06-13 19:46:13 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-06-13 19:46:13 -0300 |
commit | 0a15db3fa6f40e080010ab6c553b1ce9e32db4a9 (patch) | |
tree | 08f960dabf32a7ec171834696daa0334f4f16269 /core/coreutils | |
parent | f5e137fdf748b757bacfc50577e5d48a693d31c4 (diff) |
coreutils & pacman
Diffstat (limited to 'core/coreutils')
-rw-r--r-- | core/coreutils/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/core/coreutils/PKGBUILD b/core/coreutils/PKGBUILD index 6977aaaef..9dc00accd 100644 --- a/core/coreutils/PKGBUILD +++ b/core/coreutils/PKGBUILD @@ -4,7 +4,7 @@ pkgname=coreutils pkgver=8.12 -pkgrel=2 +pkgrel=3 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,hostname \ - --enable-no-install-program=groups,kill,uptime \ + --enable-install-program=su \ + --enable-no-install-program=groups,hostname,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 hostname \ - ln ls mkdir mknod mv pwd rm rmdir stty su sync true uname" + _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 |