diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-04-24 01:08:47 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-04-24 01:08:47 +0200 |
commit | 299d02f16486ca2c2ce262b666367a7b69d02161 (patch) | |
tree | c0d13a4718852e169fdb5168640c11b3b34bd7d6 | |
parent | cd154c910cab08dd77008db642c90fb8d689280e (diff) | |
download | nutyx-pakxe-299d02f16486ca2c2ce262b666367a7b69d02161.tar.gz nutyx-pakxe-299d02f16486ca2c2ce262b666367a7b69d02161.tar.bz2 nutyx-pakxe-299d02f16486ca2c2ce262b666367a7b69d02161.tar.xz nutyx-pakxe-299d02f16486ca2c2ce262b666367a7b69d02161.zip |
bash, ajout patch
-rw-r--r-- | base/bash/.md5sum | 1 | ||||
-rwxr-xr-x | base/bash/Pkgfile | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/base/bash/.md5sum b/base/bash/.md5sum index 335c8f8fc..40e933945 100644 --- a/base/bash/.md5sum +++ b/base/bash/.md5sum @@ -1 +1,2 @@ +677396905ccdbc9dbe72745fd73f4bae bash-4.1-fixes-1.patch 9800d8724815fd84994d9be65ab5e7b8 bash-4.1.tar.gz diff --git a/base/bash/Pkgfile b/base/bash/Pkgfile index 0c0b245aa..c7eebe38e 100755 --- a/base/bash/Pkgfile +++ b/base/bash/Pkgfile @@ -6,7 +6,8 @@ name=bash version=4.1 release=1 -source=( http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz) +source=( http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz\ + http://www.linuxfromscratch.org/patches/lfs/development/bash-4.1-fixes-1.patch) build() { cd $name-$version |