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

Dave Reisner dreisner at nymeria.archlinux.org
Thu May 30 15:30:13 UTC 2013


    Date: Thursday, May 30, 2013 @ 17:30:12
  Author: dreisner
Revision: 186706

upgpkg: bash 4.2.045-3

- restore /bin/sh symlink

Modified:
  bash/trunk/PKGBUILD

----------+
 PKGBUILD |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-05-30 15:29:38 UTC (rev 186705)
+++ PKGBUILD	2013-05-30 15:30:12 UTC (rev 186706)
@@ -6,7 +6,7 @@
 _basever=4.2
 _patchlevel=045 #prepare for some patches
 pkgver=$_basever.$_patchlevel
-pkgrel=2
+pkgrel=3
 pkgdesc="The GNU Bourne Again shell"
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -60,6 +60,8 @@
   cd ${srcdir}/${pkgname}-$_basever
   make DESTDIR=${pkgdir} install
 
+  ln -s bash ${pkgdir}/usr/bin/sh
+
   install -dm755 ${pkgdir}/etc/skel/
   
   # system-wide configuration files




More information about the arch-commits mailing list