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

Thomas Baechler thomas at archlinux.org
Sun Oct 21 09:57:55 UTC 2007


    Date: Sunday, October 21, 2007 @ 05:57:55
  Author: thomas
    Path: /home/cvs-core/core/base/initscripts

Modified: PKGBUILD (1.180 -> 1.181)

fixed initscripts PKGBUILD (again)


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


Index: core/base/initscripts/PKGBUILD
diff -u core/base/initscripts/PKGBUILD:1.180 core/base/initscripts/PKGBUILD:1.181
--- core/base/initscripts/PKGBUILD:1.180	Sun Oct 21 05:44:18 2007
+++ core/base/initscripts/PKGBUILD	Sun Oct 21 05:57:55 2007
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD,v 1.180 2007/10/21 09:44:18 thomas Exp $
+# $Id: PKGBUILD,v 1.181 2007/10/21 09:57:55 thomas Exp $
 # Maintainer: Thomas Baechler <thomas at archlinux.org>
 pkgname=initscripts
 pkgver=2007.11
@@ -11,9 +11,10 @@
 backup=(etc/inittab etc/rc.conf etc/rc.local etc/rc.local.shutdown)
 depends=('glibc' 'bash' 'awk' 'grep' 'coreutils' 'sed' 'udev>=081')
 install=initscripts.install
-source=(ftp://ftp.archlinux.org/other/initscripts/initscripts-2007.11-1.tar.bz2)
+source=(ftp://ftp.archlinux.org/other/initscripts/${pkgname}-${pkgver}-${pkgrel}.tar.bz2)
 md5sums=('x')
 
 build() {
+  cd ${startdir}/src/${pkgname}-${pkgver}-${pkgrel}/
   DESTDIR=$startdir/pkg ./install.sh
 }




More information about the arch-commits mailing list