From c23be0b3a9dfc7389cf469e1dc186c6e8dac2d9d Mon Sep 17 00:00:00 2001 From: piernov Date: Tue, 17 Apr 2012 20:33:45 +0200 Subject: coreutils 8.16-1 màj port MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- coreutils/Pkgfile | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'coreutils/Pkgfile') diff --git a/coreutils/Pkgfile b/coreutils/Pkgfile index cd0437407..ac61114fe 100755 --- a/coreutils/Pkgfile +++ b/coreutils/Pkgfile @@ -4,18 +4,14 @@ # Packager: thierryn1 at hispeed dot ch name=coreutils -version=8.15 +version=8.16 release=1 source=(http://ftp.gnu.org/pub/gnu/$name/$name-$version.tar.xz - 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-i18n-1.patch) build() { cd $name-$version - case `uname -m` in - i?86 | x86_64) patch -Np1 -i ../$name-$version-uname-1.patch ;; - esac patch -Np1 -i ../$name-$version-i18n-1.patch ./configure --prefix=/usr \ -- cgit v1.2.3-54-g00ecf