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

Aaron Griffin aaron at archlinux.org
Mon Dec 3 21:55:25 UTC 2007


    Date: Monday, December 3, 2007 @ 16:55:25
  Author: aaron
    Path: /home/cvs-core/core/base/bash

Modified: PKGBUILD (1.51 -> 1.52)

upgpkg: bash 3.2.025-4
    /etc/profile was lost in the last commit


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


Index: core/base/bash/PKGBUILD
diff -u core/base/bash/PKGBUILD:1.51 core/base/bash/PKGBUILD:1.52
--- core/base/bash/PKGBUILD:1.51	Wed Nov 28 20:43:07 2007
+++ core/base/bash/PKGBUILD	Mon Dec  3 16:55:25 2007
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD,v 1.51 2007/11/29 01:43:07 dan Exp $
+# $Id: PKGBUILD,v 1.52 2007/12/03 21:55:25 aaron Exp $
 # Maintainer: Aaron Griffin <aaron at archlinux.org>
 
 pkgname=bash
 _patchlevel=025
 pkgver=3.2.$_patchlevel
-pkgrel=3
+pkgrel=4
 pkgdesc="The GNU Bourne Again shell"
 arch=(i686 x86_64)
 license=('GPL')
@@ -14,9 +14,7 @@
 depends=('readline>=5.2' 'glibc')
 provides=('sh')
 source=(ftp://ftp.cwru.edu/pub/bash/bash-3.2.tar.gz
-        bash-noinfo.patch
-	profile
-	bashrc)
+        bash-noinfo.patch profile bashrc)
 for p in $(seq -w 001 $_patchlevel); do
     source=(${source[@]} ftp://ftp.cwru.edu/pub/bash/bash-3.2-patches/bash32-$p)
 done
@@ -63,7 +61,7 @@
   make || return 1
   make DESTDIR=${startdir}/pkg install
 
-  install -v -D -m644 ${startdir}/src/profile etc/profile
+  install -D -m644 ${startdir}/src/profile ${startdir}/pkg/etc/profile
 
   # for now, bash is our default /bin/sh
   cd ${startdir}/pkg/bin




More information about the arch-commits mailing list