diff options
author | piernov <piernov@piernov.servegame.org> | 2012-07-13 15:56:30 +0200 |
---|---|---|
committer | piernov <piernov@piernov.servegame.org> | 2012-07-13 15:56:30 +0200 |
commit | fe8edaf5813b6cbc0dc9ff8e4ad06343850a321a (patch) | |
tree | 58c45844cbfff7a69e8294cae6b5bf2cc1d556b4 /bash/Pkgfile | |
parent | 2f9125be8770c2c51cf08e6643c3ab0ec1672c3d (diff) | |
download | nutyx-pakxe-fe8edaf5813b6cbc0dc9ff8e4ad06343850a321a.tar.gz nutyx-pakxe-fe8edaf5813b6cbc0dc9ff8e4ad06343850a321a.tar.bz2 nutyx-pakxe-fe8edaf5813b6cbc0dc9ff8e4ad06343850a321a.tar.xz nutyx-pakxe-fe8edaf5813b6cbc0dc9ff8e4ad06343850a321a.zip |
bash 4.2-5 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 2688ed155..dffc88fa1 100755 --- a/bash/Pkgfile +++ b/bash/Pkgfile @@ -5,13 +5,13 @@ name=bash version=4.2 -release=4 +release=5 source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz - http://www.linuxfromscratch.org/patches/lfs/development/bash-$version-fixes-6.patch) + http://www.linuxfromscratch.org/patches/lfs/development/bash-$version-fixes-7.patch) build() { cd $name-$version - patch -Np1 -i ../bash-$version-fixes-6.patch + patch -Np1 -i ../bash-$version-fixes-7.patch ./configure --prefix=/usr \ --bindir=/bin \ --htmldir=/usr/share/doc/$name-$version \ |