diff options
author | piernov <piernov@piernov.org> | 2012-05-13 20:22:21 +0000 |
---|---|---|
committer | piernov <piernov@piernov.org> | 2012-05-13 20:22:21 +0000 |
commit | 6351766c00f5b27ee8c078307c57d0ded9ca6791 (patch) | |
tree | 73b224ff8129c1a617a8527159fa904ab605b958 | |
parent | 4f1061fdaf8da9b1cdafa4f8f5049a0f2a24ceb7 (diff) | |
download | nutyx-pakxe-6351766c00f5b27ee8c078307c57d0ded9ca6791.tar.gz nutyx-pakxe-6351766c00f5b27ee8c078307c57d0ded9ca6791.tar.bz2 nutyx-pakxe-6351766c00f5b27ee8c078307c57d0ded9ca6791.tar.xz nutyx-pakxe-6351766c00f5b27ee8c078307c57d0ded9ca6791.zip |
bash 4.2-4 màj patch
-rw-r--r-- | bash/.md5sum.i686 | 2 | ||||
-rw-r--r-- | bash/.md5sum.x86_64 | 2 | ||||
-rwxr-xr-x | bash/Pkgfile | 6 |
3 files changed, 5 insertions, 5 deletions
diff --git a/bash/.md5sum.i686 b/bash/.md5sum.i686 index 0310e274d..7eabcd615 100644 --- a/bash/.md5sum.i686 +++ b/bash/.md5sum.i686 @@ -1,2 +1,2 @@ -9bc1f8468d13745cd05d4ecade8582ea bash-4.2-fixes-5.patch +fcca082d3a6e51afc5c02c92221036a6 bash-4.2-fixes-6.patch 3fb927c7c33022f1c327f14a81c0d4b0 bash-4.2.tar.gz diff --git a/bash/.md5sum.x86_64 b/bash/.md5sum.x86_64 index 0310e274d..7eabcd615 100644 --- a/bash/.md5sum.x86_64 +++ b/bash/.md5sum.x86_64 @@ -1,2 +1,2 @@ -9bc1f8468d13745cd05d4ecade8582ea bash-4.2-fixes-5.patch +fcca082d3a6e51afc5c02c92221036a6 bash-4.2-fixes-6.patch 3fb927c7c33022f1c327f14a81c0d4b0 bash-4.2.tar.gz diff --git a/bash/Pkgfile b/bash/Pkgfile index 927ef12e1..2688ed155 100755 --- a/bash/Pkgfile +++ b/bash/Pkgfile @@ -5,13 +5,13 @@ name=bash version=4.2 -release=3 +release=4 source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz - http://www.linuxfromscratch.org/patches/lfs/development/bash-$version-fixes-5.patch) + http://www.linuxfromscratch.org/patches/lfs/development/bash-$version-fixes-6.patch) build() { cd $name-$version - patch -Np1 -i ../bash-$version-fixes-5.patch + patch -Np1 -i ../bash-$version-fixes-6.patch ./configure --prefix=/usr \ --bindir=/bin \ --htmldir=/usr/share/doc/$name-$version \ |