summaryrefslogtreecommitdiffstats
path: root/base
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2009-12-24 20:19:41 +0100
committertnut <thierryn1 at hispeed dot ch>2009-12-24 20:19:41 +0100
commitae41ec4489e599428b5f5c4e72db451ac8386918 (patch)
tree478daab1fb537740c8b05488792660e4f87f6043 /base
parentf8f434815f5fef15b7b14db143eb9af121cf8552 (diff)
downloadnutyx-extra-ae41ec4489e599428b5f5c4e72db451ac8386918.tar.gz
nutyx-extra-ae41ec4489e599428b5f5c4e72db451ac8386918.tar.bz2
nutyx-extra-ae41ec4489e599428b5f5c4e72db451ac8386918.tar.xz
nutyx-extra-ae41ec4489e599428b5f5c4e72db451ac8386918.zip
Maj de bash#4.0-2
Diffstat (limited to 'base')
-rw-r--r--base/bash/.md5sum2
-rwxr-xr-xbase/bash/Pkgfile6
2 files changed, 4 insertions, 4 deletions
diff --git a/base/bash/.md5sum b/base/bash/.md5sum
index 39b2b6fc6..edf0a8400 100644
--- a/base/bash/.md5sum
+++ b/base/bash/.md5sum
@@ -1,2 +1,2 @@
-f6f17b7a3d637d14e238da58a5379b42 bash-4.0-fixes-2.patch
+9b8ef92bf27abeb0ff57069f4fbc4a48 bash-4.0-fixes-5.patch
a90a1b5a6db4838483f05438e05e8eb9 bash-4.0.tar.gz
diff --git a/base/bash/Pkgfile b/base/bash/Pkgfile
index f1ebceab1..58f6f6b93 100755
--- a/base/bash/Pkgfile
+++ b/base/bash/Pkgfile
@@ -6,12 +6,12 @@
name=bash
version=4.0
-release=1
+release=2
source=( http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz \
-http://www.linuxfromscratch.org/patches/lfs/development/bash-$version-fixes-2.patch)
+http://www.linuxfromscratch.org/patches/lfs/development/bash-$version-fixes-5.patch)
build() {
cd $name-$version
-patch -Np1 -i ../bash-$version-fixes-2.patch
+patch -Np1 -i ../bash-$version-fixes-5.patch
./configure --prefix=/usr \
--bindir=/bin \
--htmldir=/usr/share/doc/bash-4.0 \