wok rev 7896

Up: bash 4.1
author Antoine Bodin <gokhlayeh@slitaz.org>
date Sun Jan 09 14:02:54 2011 +0100 (2011-01-09)
parents 33c114b1b1c1
children d2d594c8804d
files bash/receipt
line diff
     1.1 --- a/bash/receipt	Sun Jan 09 13:59:24 2011 +0100
     1.2 +++ b/bash/receipt	Sun Jan 09 14:02:54 2011 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="bash"
     1.7 -VERSION="4.0"
     1.8 +VERSION="4.1"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="The GNU bourne SHell."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -15,9 +15,10 @@
    1.13  {
    1.14  	# Patch and then build.
    1.15  	cd $src
    1.16 -	[ -f done.bash32-025.patch ] ||
    1.17 -		busybox patch -p1 -i ../stuff/bash32-025.patch
    1.18 -	touch done.bash32-025.patch
    1.19 +
    1.20 +	[ -f done.bash-4.1-fixes-3.patch ] ||
    1.21 +		patch -Np1 -i ../stuff/bash-4.1-fixes-3.patch
    1.22 +	touch done.bash-4.1-fixes-3.patch
    1.23  	./configure --prefix=/usr --bindir=/bin \
    1.24  	--enable-history --enable-alias  \
    1.25  	--disable-nls --without-bash-malloc \