diff options
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 c7eebe38e..418d1ed3f 100755 --- a/base/bash/Pkgfile +++ b/base/bash/Pkgfile @@ -2,12 +2,12 @@ # URL: http://www.gnu.org/software/bash/ # Maintainer: NuTyX core team # Packager: thierryn1 at hispeed dot ch - +i name=bash version=4.1 release=1 source=( http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz\ - http://www.linuxfromscratch.org/patches/lfs/development/bash-4.1-fixes-1.patch) + http://www.linuxfromscratch.org/patches/lfs/development/bash-4.1-fixes-2.patch) build() { cd $name-$version |