diff options
author | tnut <thierryn1 at hispeed dot ch> | 2009-12-24 20:19:41 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2009-12-24 20:19:41 +0100 |
commit | ae41ec4489e599428b5f5c4e72db451ac8386918 (patch) | |
tree | 478daab1fb537740c8b05488792660e4f87f6043 | |
parent | f8f434815f5fef15b7b14db143eb9af121cf8552 (diff) | |
download | nutyx-pakxe-ae41ec4489e599428b5f5c4e72db451ac8386918.tar.gz nutyx-pakxe-ae41ec4489e599428b5f5c4e72db451ac8386918.tar.bz2 nutyx-pakxe-ae41ec4489e599428b5f5c4e72db451ac8386918.tar.xz nutyx-pakxe-ae41ec4489e599428b5f5c4e72db451ac8386918.zip |
Maj de bash#4.0-2
-rw-r--r-- | base/bash/.md5sum | 2 | ||||
-rwxr-xr-x | base/bash/Pkgfile | 6 |
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 \ |