diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-03-27 00:01:17 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-03-27 00:01:17 +0100 |
commit | a5603f7e84b96950d3f6810a77d7e159a6ad5349 (patch) | |
tree | e3efd0810de61daec5489cc3207844eab7234783 /base | |
parent | 659fe23ffb7c3fe9c6dc387268e414eb268d30de (diff) | |
download | nutyx-pakxe-a5603f7e84b96950d3f6810a77d7e159a6ad5349.tar.gz nutyx-pakxe-a5603f7e84b96950d3f6810a77d7e159a6ad5349.tar.bz2 nutyx-pakxe-a5603f7e84b96950d3f6810a77d7e159a6ad5349.tar.xz nutyx-pakxe-a5603f7e84b96950d3f6810a77d7e159a6ad5349.zip |
bash,, maj md5sum
Diffstat (limited to 'base')
-rw-r--r-- | base/bash/.md5sum.i686 | 1 | ||||
-rw-r--r-- | base/bash/.md5sum.x86_64 | 1 | ||||
-rwxr-xr-x | base/bash/Pkgfile | 4 |
3 files changed, 5 insertions, 1 deletions
diff --git a/base/bash/.md5sum.i686 b/base/bash/.md5sum.i686 index 42b0157b0..3bb1bc31c 100644 --- a/base/bash/.md5sum.i686 +++ b/base/bash/.md5sum.i686 @@ -1 +1,2 @@ +abae789c2807cb7c7c4c452fa3986f85 bash-4.2-fixes-1.patch 3fb927c7c33022f1c327f14a81c0d4b0 bash-4.2.tar.gz diff --git a/base/bash/.md5sum.x86_64 b/base/bash/.md5sum.x86_64 index 42b0157b0..3bb1bc31c 100644 --- a/base/bash/.md5sum.x86_64 +++ b/base/bash/.md5sum.x86_64 @@ -1 +1,2 @@ +abae789c2807cb7c7c4c452fa3986f85 bash-4.2-fixes-1.patch 3fb927c7c33022f1c327f14a81c0d4b0 bash-4.2.tar.gz diff --git a/base/bash/Pkgfile b/base/bash/Pkgfile index 9516169f1..9b3ce5e1d 100755 --- a/base/bash/Pkgfile +++ b/base/bash/Pkgfile @@ -6,10 +6,12 @@ name=bash version=4.2 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-$version-fixes-1.patch) build() { cd $name-$version +patch -Np1 -i ../bash-$version-fixes-1.patch ./configure --prefix=/usr --bindir=/bin \ --htmldir=/usr/share/doc/$name-$version \ --infodir=/usr/share/info \ |