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

Aaron Griffin aaron at archlinux.org
Fri Jul 18 15:21:53 UTC 2008


    Date: Friday, July 18, 2008 @ 11:21:53
  Author: aaron
Revision: 5541

upgpkg: bash 3.2.039-2

Modified:
  bash/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-07-18 13:31:49 UTC (rev 5540)
+++ PKGBUILD	2008-07-18 15:21:53 UTC (rev 5541)
@@ -4,7 +4,7 @@
 pkgname=bash
 _patchlevel=039
 pkgver=3.2.$_patchlevel
-pkgrel=1
+pkgrel=2
 pkgdesc="The GNU Bourne Again shell"
 arch=(i686 x86_64)
 license=('GPL')
@@ -71,7 +71,7 @@
   patch -Np1 -i ../bash-noinfo.patch || return 1
   ./configure --prefix=/usr --with-curses --enable-readline \
     --without-bash-malloc --with-installed-readline \
-    --bindir=/bin
+    --bindir=/bin --mandir=/usr/share/man
   make || return 1
   make DESTDIR=${startdir}/pkg install
 





More information about the arch-commits mailing list