diff options
Diffstat (limited to 'bash/Pkgfile')
-rwxr-xr-x | bash/Pkgfile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bash/Pkgfile b/bash/Pkgfile index 34d731240..927ef12e1 100755 --- a/bash/Pkgfile +++ b/bash/Pkgfile @@ -5,13 +5,13 @@ name=bash version=4.2 -release=2 +release=3 source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz - http://www.linuxfromscratch.org/patches/lfs/development/bash-$version-fixes-4.patch) + http://www.linuxfromscratch.org/patches/lfs/development/bash-$version-fixes-5.patch) build() { cd $name-$version - patch -Np1 -i ../bash-$version-fixes-4.patch + patch -Np1 -i ../bash-$version-fixes-5.patch ./configure --prefix=/usr \ --bindir=/bin \ --htmldir=/usr/share/doc/$name-$version \ |