summaryrefslogtreecommitdiffstats
path: root/base/bash/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2009-12-24 20:19:41 +0100
committertnut <thierryn1 at hispeed dot ch>2009-12-24 20:19:41 +0100
commitae41ec4489e599428b5f5c4e72db451ac8386918 (patch)
tree478daab1fb537740c8b05488792660e4f87f6043 /base/bash/Pkgfile
parentf8f434815f5fef15b7b14db143eb9af121cf8552 (diff)
downloadnutyx-pakxe-ae41ec4489e599428b5f5c4e72db451ac8386918.tar.gz
nutyx-pakxe-ae41ec4489e599428b5f5c4e72db451ac8386918.tar.bz2
nutyx-pakxe-ae41ec4489e599428b5f5c4e72db451ac8386918.tar.xz
nutyx-pakxe-ae41ec4489e599428b5f5c4e72db451ac8386918.zip
Maj de bash#4.0-2
Diffstat (limited to 'base/bash/Pkgfile')
-rwxr-xr-xbase/bash/Pkgfile6
1 files changed, 3 insertions, 3 deletions
diff --git a/base/bash/Pkgfile b/base/bash/Pkgfile
index f1ebceab1..58f6f6b93 100755
--- a/base/bash/Pkgfile
+++ b/base/bash/Pkgfile
@@ -6,12 +6,12 @@
name=bash
version=4.0
-release=1
+release=2
source=( http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz \
-http://www.linuxfromscratch.org/patches/lfs/development/bash-$version-fixes-2.patch)
+http://www.linuxfromscratch.org/patches/lfs/development/bash-$version-fixes-5.patch)
build() {
cd $name-$version
-patch -Np1 -i ../bash-$version-fixes-2.patch
+patch -Np1 -i ../bash-$version-fixes-5.patch
./configure --prefix=/usr \
--bindir=/bin \
--htmldir=/usr/share/doc/bash-4.0 \