wok-stable diff bash/receipt @ rev 8153

Up: memtest to 4.20.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Jan 26 00:46:58 2011 +0000 (2011-01-26)
parents 152a1f9dc01a
children fa7b7514e1d8
line diff
     1.1 --- a/bash/receipt	Mon Dec 13 14:30:20 2010 +0100
     1.2 +++ b/bash/receipt	Wed Jan 26 00:46:58 2011 +0000
     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 \