summaryrefslogtreecommitdiffstats
path: root/base/coreutils/Pkgfile
diff options
context:
space:
mode:
authorsibel <lesibel at free dot fr>2010-06-07 18:35:42 +0200
committersibel <lesibel at free dot fr>2010-06-07 18:35:42 +0200
commit309d417a88919acee44c0ad8ab0541ec31d4f6f1 (patch)
treece4fe52446fc06333a0ec5531d76497c7f39e288 /base/coreutils/Pkgfile
parentcb1f79d18aeee7f7c8f43634c4aef41a7da00b6e (diff)
downloadnutyx-pakxe-309d417a88919acee44c0ad8ab0541ec31d4f6f1.tar.gz
nutyx-pakxe-309d417a88919acee44c0ad8ab0541ec31d4f6f1.tar.bz2
nutyx-pakxe-309d417a88919acee44c0ad8ab0541ec31d4f6f1.tar.xz
nutyx-pakxe-309d417a88919acee44c0ad8ab0541ec31d4f6f1.zip
Maj de coreutils#8.5-1
Diffstat (limited to 'base/coreutils/Pkgfile')
-rwxr-xr-xbase/coreutils/Pkgfile6
1 files changed, 3 insertions, 3 deletions
diff --git a/base/coreutils/Pkgfile b/base/coreutils/Pkgfile
index 289354bbb..7a9bd3a26 100755
--- a/base/coreutils/Pkgfile
+++ b/base/coreutils/Pkgfile
@@ -4,16 +4,16 @@
# Packager: thierryn1 at hispeed dot ch
name=coreutils
-version=8.4
+version=8.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\
- http://www.linuxfromscratch.org/patches/lfs/development/coreutils-$version-uname-1.patch)
+ http://www.linuxfromscratch.org/patches/lfs/development/coreutils-$version-uname-2.patch)
build() {
cd $name-$version
case `uname -m` in
- i?86 | x86_64) patch -Np1 -i ../coreutils-$version-uname-1.patch ;;
+ i?86 | x86_64) patch -Np1 -i ../coreutils-$version-uname-2.patch ;;
esac
patch -Np1 -i ../$name-$version-i18n-1.patch