diff options
author | Thierry N <thierryn1 at hispeed dot ch> | 2009-09-01 18:38:23 +0200 |
---|---|---|
committer | Thierry N <thierryn1 at hispeed dot ch> | 2009-09-01 18:38:23 +0200 |
commit | 29068ae034ea499650cbdc1229bc4feb4837351a (patch) | |
tree | 8242a423084683c14f7638134804d433db694a84 /base/coreutils/Pkgfile | |
parent | 2574712b22cd56265d1f38d93dc14aeaed00dcdd (diff) | |
download | nutyx-pakxe-29068ae034ea499650cbdc1229bc4feb4837351a.tar.gz nutyx-pakxe-29068ae034ea499650cbdc1229bc4feb4837351a.tar.bz2 nutyx-pakxe-29068ae034ea499650cbdc1229bc4feb4837351a.tar.xz nutyx-pakxe-29068ae034ea499650cbdc1229bc4feb4837351a.zip |
maj coreutils#7.5-1
Diffstat (limited to 'base/coreutils/Pkgfile')
-rwxr-xr-x | base/coreutils/Pkgfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/base/coreutils/Pkgfile b/base/coreutils/Pkgfile index d1e22de73..2c307bcfd 100755 --- a/base/coreutils/Pkgfile +++ b/base/coreutils/Pkgfile @@ -5,7 +5,7 @@ # Depends on: e2fsprogs name=coreutils -version=7.4 +version=7.5 release=1 source=(http://ftp.gnu.org/pub/gnu/$name/$name-$version.tar.gz \ http://www.linuxfromscratch.org/patches/lfs/development/coreutils-$version-i18n-1.patch\ @@ -14,7 +14,7 @@ build() { cd $name-$version case `uname -m` in - i?86 | x86_64) patch -Np1 -i ../coreutils-7.4-uname-1.patch ;; + i?86 | x86_64) patch -Np1 -i ../coreutils-$version-uname-1.patch ;; esac patch -Np1 -i ../$name-$version-i18n-1.patch |