[arch-commits] CVS update of core/base/glibc (PKGBUILD)

Dan McGee dan at archlinux.org
Fri Oct 5 02:45:15 UTC 2007


    Date: Thursday, October 4, 2007 @ 22:45:15
  Author: dan
    Path: /home/cvs-core/core/base/glibc

Modified: PKGBUILD (1.70 -> 1.71)

add depends needed for install files to run correctly


----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


Index: core/base/glibc/PKGBUILD
diff -u core/base/glibc/PKGBUILD:1.70 core/base/glibc/PKGBUILD:1.71
--- core/base/glibc/PKGBUILD:1.70	Sat Aug 25 03:49:55 2007
+++ core/base/glibc/PKGBUILD	Thu Oct  4 22:45:15 2007
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD,v 1.70 2007/08/25 07:49:55 jgc Exp $
+# $Id: PKGBUILD,v 1.71 2007/10/05 02:45:15 dan Exp $
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 pkgname=glibc
 pkgver=2.6.1
@@ -11,7 +11,7 @@
 license=('GPL' 'LGPL')
 url="http://www.gnu.org/software/libc"
 groups=('base')
-depends=('kernel-headers>=2.6.22.1')
+depends=('bash' 'kernel-headers>=2.6.22.1')
 makedepends=('gcc>=4.2.1-2')
 replaces=('glibc-xen')
 source=(http://ftp.gnu.org/gnu/glibc/glibc-${pkgver}.tar.bz2




More information about the arch-commits mailing list