From: Jose V Beneyto Date: Tue, 26 Jan 2010 11:07:27 +0000 (+0100) Subject: bash: fixed source version X-Git-Url: http://gitweb/?a=commitdiff_plain;h=92352b0387881263d3551a6f78fb2611ed98f7d2;p=crossrootfs.git bash: fixed source version --- diff --git a/bash/Pkgfile b/bash/Pkgfile index d13a8e8..0a2b713 100644 --- a/bash/Pkgfile +++ b/bash/Pkgfile @@ -7,11 +7,11 @@ name=bash version=4.1.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 \ $name-4.1-001-002.patch.gz profile) build() { - cd $name-$version + cd $name-${version%.*} cat > config.cache <