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

Gaetan Bisson bisson at archlinux.org
Thu Jun 2 14:37:57 UTC 2011


    Date: Thursday, June 2, 2011 @ 10:37:57
  Author: bisson
Revision: 126199

move hostname from net-tools to here

Modified:
  coreutils/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-06-02 14:37:06 UTC (rev 126198)
+++ PKGBUILD	2011-06-02 14:37:57 UTC (rev 126199)
@@ -4,7 +4,7 @@
 
 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')
 license=('GPL3')
@@ -35,8 +35,8 @@
 
   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 @@
   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




More information about the arch-commits mailing list