wok diff bash/receipt @ rev 8720

Up: bash to 4.2.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri Feb 18 01:20:18 2011 +0000 (2011-02-18)
parents fa7b7514e1d8
children 02bbaa9d12ba
line diff
     1.1 --- a/bash/receipt	Thu Jan 27 00:20:49 2011 +0100
     1.2 +++ b/bash/receipt	Fri Feb 18 01:20:18 2011 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="bash"
     1.7 -VERSION="4.1"
     1.8 +VERSION="4.2"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="The GNU bourne SHell."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -14,9 +14,7 @@
    1.13  # Rules to compile & install the temporary toolchain.
    1.14  cook_tmp_toolchain()
    1.15  {
    1.16 -	# Patch and then build.
    1.17  	cd $src
    1.18 -	patch -Np1 -i ../stuff/bash-4.1-fixes-3.patch
    1.19  	./configure --without-bash-malloc &&
    1.20  	make && make install
    1.21  }
    1.22 @@ -26,7 +24,6 @@
    1.23  {
    1.24  	# Patch and then build.
    1.25  	cd $src
    1.26 -	patch -Np1 -i ../stuff/bash-4.1-fixes-3.patch
    1.27  	./configure --bindir=/bin \
    1.28  		--enable-history --enable-alias  \
    1.29  		--disable-nls --without-bash-malloc \