diff options
author | sibelle <lesibel at gmail dot com> | 2010-11-20 19:35:03 +0100 |
---|---|---|
committer | sibelle <lesibel at gmail dot com> | 2010-11-20 19:35:03 +0100 |
commit | cf08499657821a0f31c5f8274d66e36e850a886c (patch) | |
tree | c8026efca71fa204e514b87576287e63fa6b0167 /base/coreutils/Pkgfile | |
parent | f2a125470ce2fb5d166c12339fb9818be45a19ad (diff) | |
download | nutyx-pakxe-cf08499657821a0f31c5f8274d66e36e850a886c.tar.gz nutyx-pakxe-cf08499657821a0f31c5f8274d66e36e850a886c.tar.bz2 nutyx-pakxe-cf08499657821a0f31c5f8274d66e36e850a886c.tar.xz nutyx-pakxe-cf08499657821a0f31c5f8274d66e36e850a886c.zip |
coreutils, maj 8.6
Diffstat (limited to 'base/coreutils/Pkgfile')
-rwxr-xr-x | base/coreutils/Pkgfile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/base/coreutils/Pkgfile b/base/coreutils/Pkgfile index 39b30a4eb..745184f42 100755 --- a/base/coreutils/Pkgfile +++ b/base/coreutils/Pkgfile @@ -4,16 +4,16 @@ # Packager: thierryn1 at hispeed dot ch name=coreutils -version=8.7 +version=8.6 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\ - http://www.linuxfromscratch.org/patches/lfs/development/coreutils-$version-uname-2.patch) + http://www.linuxfromscratch.org/patches/lfs/development/coreutils-$version-uname-1.patch) build() { cd $name-$version case `uname -m` in - i?86 | x86_64) patch -Np1 -i ../coreutils-$version-uname-2.patch ;; + i?86 | x86_64) patch -Np1 -i ../coreutils-$version-uname-1.patch ;; esac patch -Np1 -i ../$name-$version-i18n-1.patch |