wok-6.x diff bash/receipt @ rev 9036
iron-linux, squirrelmail plugins: fix genpkg_rules
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Mar 04 00:08:04 2011 +0100 (2011-03-04) |
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 Mar 04 00:08:04 2011 +0100 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 \