diff options
author | piernov <piernov@piernov.org> | 2012-03-27 22:27:36 +0200 |
---|---|---|
committer | piernov <piernov@piernov.org> | 2012-03-27 22:27:36 +0200 |
commit | 065cdc522a05cc338bb1f865c7d325a8b1b979f8 (patch) | |
tree | 3aba3a83fb7eb3233603bbae34935818b71c9d4d /bash/Pkgfile | |
parent | 36a5f5e762d0764c1b395f8f118856bbd63e2338 (diff) | |
download | nutyx-pakxe-065cdc522a05cc338bb1f865c7d325a8b1b979f8.tar.gz nutyx-pakxe-065cdc522a05cc338bb1f865c7d325a8b1b979f8.tar.bz2 nutyx-pakxe-065cdc522a05cc338bb1f865c7d325a8b1b979f8.tar.xz nutyx-pakxe-065cdc522a05cc338bb1f865c7d325a8b1b979f8.zip |
bash 4.2-3 màj patch
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 \ |