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

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


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

Modified: PKGBUILD (1.60 -> 1.61)

add depends needed for install files to run correctly


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


Index: core/base/lilo/PKGBUILD
diff -u core/base/lilo/PKGBUILD:1.60 core/base/lilo/PKGBUILD:1.61
--- core/base/lilo/PKGBUILD:1.60	Mon Sep 17 12:48:34 2007
+++ core/base/lilo/PKGBUILD	Thu Oct  4 22:45:16 2007
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD,v 1.60 2007/09/17 16:48:34 thomas Exp $
+# $Id: PKGBUILD,v 1.61 2007/10/05 02:45:16 dan Exp $
 # Maintainer: judd <jvinet at zeroflux.org>
 pkgname=lilo
 pkgver=22.8
@@ -13,8 +13,8 @@
 # the base group here.
 #groups=('base')
 backup=(etc/lilo.conf)
-depends=('device-mapper')
-makedepends=('bin86')
+depends=(device-mapper coreutils)
+makedepends=(bin86)
 install=lilo.install
 source=(http://home.san.rr.com/johninsd/pub/linux/lilo/lilo-$pkgver.src.tar.gz lilo.conf)
 md5sums=('72765f2aafd20e23ecf07ebd22baeec7' 'a3a4c90bead3f9b8672bd384ff9f8db1')




More information about the arch-commits mailing list