wok-6.x diff bash/receipt @ rev 7959
Up: mpc to 0.20.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sun Jan 16 09:41:23 2011 +0000 (2011-01-16) |
parents | 152a1f9dc01a |
children | fa7b7514e1d8 |
line diff
1.1 --- a/bash/receipt Mon Dec 13 14:30:20 2010 +0100 1.2 +++ b/bash/receipt Sun Jan 16 09:41:23 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 \