diff options
-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 \ |