diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-02-15 20:33:06 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-02-15 20:33:06 +0100 |
commit | 867602d151656e1be4afaae72fa83dbd85393652 (patch) | |
tree | d6f9d68e75f52e5c873a1805086f2bcbd8f008c2 /base/bash/Pkgfile | |
parent | 09b7a27bbf877286d222c6f36571b3706893e0cf (diff) | |
download | nutyx-pakxe-867602d151656e1be4afaae72fa83dbd85393652.tar.gz nutyx-pakxe-867602d151656e1be4afaae72fa83dbd85393652.tar.bz2 nutyx-pakxe-867602d151656e1be4afaae72fa83dbd85393652.tar.xz nutyx-pakxe-867602d151656e1be4afaae72fa83dbd85393652.zip |
bash, maj 4.1-2
Diffstat (limited to 'base/bash/Pkgfile')
-rwxr-xr-x | base/bash/Pkgfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/base/bash/Pkgfile b/base/bash/Pkgfile index 9884d434e..cedc85c88 100755 --- a/base/bash/Pkgfile +++ b/base/bash/Pkgfile @@ -5,9 +5,9 @@ name=bash version=4.1 -release=1 +release=2 source=( http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz\ - http://www.linuxfromscratch.org/patches/lfs/development/bash-4.1-fixes-2.patch) + http://www.linuxfromscratch.org/patches/lfs/development/bash-$version-fixes-3.patch) build() { cd $name-$version |