# HG changeset patch # User Antoine Bodin # Date 1294578174 -3600 # Node ID 20ec1b757fe75adb23f6a328c86ad612c5ae12e2 # Parent 33c114b1b1c1f09194cdc79befb7cc64389ef2b1 Up: bash 4.1 diff -r 33c114b1b1c1 -r 20ec1b757fe7 bash/receipt --- a/bash/receipt Sun Jan 09 13:59:24 2011 +0100 +++ b/bash/receipt Sun Jan 09 14:02:54 2011 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="bash" -VERSION="4.0" +VERSION="4.1" CATEGORY="system-tools" SHORT_DESC="The GNU bourne SHell." MAINTAINER="pankso@slitaz.org" @@ -15,9 +15,10 @@ { # Patch and then build. cd $src - [ -f done.bash32-025.patch ] || - busybox patch -p1 -i ../stuff/bash32-025.patch - touch done.bash32-025.patch + + [ -f done.bash-4.1-fixes-3.patch ] || + patch -Np1 -i ../stuff/bash-4.1-fixes-3.patch + touch done.bash-4.1-fixes-3.patch ./configure --prefix=/usr --bindir=/bin \ --enable-history --enable-alias \ --disable-nls --without-bash-malloc \