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

Pierre Schmitz pierre at archlinux.org
Thu Nov 18 12:28:18 UTC 2010


    Date: Thursday, November 18, 2010 @ 07:28:18
  Author: pierre
Revision: 99828

add correct deps; the install scripts needs bash and coreutils

Modified:
  filesystem/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-11-18 09:46:04 UTC (rev 99827)
+++ PKGBUILD	2010-11-18 12:28:18 UTC (rev 99828)
@@ -3,7 +3,7 @@
 # Contributor: judd <jvinet at zeroflux.org>
 
 pkgname=filesystem
-pkgver=2010.10
+pkgver=2010.11
 pkgrel=1
 pkgdesc="Base filesystem"
 arch=('any')
@@ -11,10 +11,7 @@
 url="http://www.archlinux.org"
 groups=('base')
 install=filesystem.install
-# These dependencies are not needed for initial installation.
-# They are only required on upgrade to create missing groups.
-#depends=('sh' 'coreutils')
-depends=('iana-etc')
+depends=('iana-etc' 'bash' 'coreutils')
 backup=(etc/fstab etc/crypttab etc/group etc/hosts etc/ld.so.conf etc/passwd
         etc/shadow etc/gshadow etc/resolv.conf etc/motd etc/nsswitch.conf
         etc/shells etc/host.conf etc/securetty etc/profile etc/issue)
@@ -84,7 +81,7 @@
   # re-add /etc/arch-release, some software uses it
   # to check whether arch is running
   touch ${pkgdir}/etc/arch-release
-  
+
   # Add /etc/modprobe.d/
   install -D -m644 ${srcdir}/modprobe.d.usb-load-ehci-first \
     ${pkgdir}/etc/modprobe.d/usb-load-ehci-first.conf




More information about the arch-commits mailing list