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/.footprint.i686 | 6 +++--- coreutils/.footprint.x86_64 | 6 +++--- coreutils/.md5sum.i686 | 5 ++--- coreutils/.md5sum.x86_64 | 5 ++--- coreutils/Pkgfile | 8 ++------ 5 files changed, 12 insertions(+), 18 deletions(-) (limited to 'coreutils') diff --git a/coreutils/.footprint.i686 b/coreutils/.footprint.i686 index 08e5860e0..8a04b7229 100644 --- a/coreutils/.footprint.i686 +++ b/coreutils/.footprint.i686 @@ -100,9 +100,9 @@ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/who -rwxr-xr-x root/root usr/bin/whoami -rwxr-xr-x root/root usr/bin/yes -drwxr-xr-x root/root usr/libexec/ -drwxr-xr-x root/root usr/libexec/coreutils/ --rwxr-xr-x root/root usr/libexec/coreutils/libstdbuf.so +drwxr-xr-x root/root usr/lib/ +drwxr-xr-x root/root usr/lib/coreutils/ +-rwxr-xr-x root/root usr/lib/coreutils/libstdbuf.so drwxr-xr-x root/root usr/sbin/ -rwxr-xr-x root/root usr/sbin/chroot drwxr-xr-x root/root usr/share/ diff --git a/coreutils/.footprint.x86_64 b/coreutils/.footprint.x86_64 index 08e5860e0..8a04b7229 100644 --- a/coreutils/.footprint.x86_64 +++ b/coreutils/.footprint.x86_64 @@ -100,9 +100,9 @@ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/who -rwxr-xr-x root/root usr/bin/whoami -rwxr-xr-x root/root usr/bin/yes -drwxr-xr-x root/root usr/libexec/ -drwxr-xr-x root/root usr/libexec/coreutils/ --rwxr-xr-x root/root usr/libexec/coreutils/libstdbuf.so +drwxr-xr-x root/root usr/lib/ +drwxr-xr-x root/root usr/lib/coreutils/ +-rwxr-xr-x root/root usr/lib/coreutils/libstdbuf.so drwxr-xr-x root/root usr/sbin/ -rwxr-xr-x root/root usr/sbin/chroot drwxr-xr-x root/root usr/share/ diff --git a/coreutils/.md5sum.i686 b/coreutils/.md5sum.i686 index 120f181c1..38c63332f 100644 --- a/coreutils/.md5sum.i686 +++ b/coreutils/.md5sum.i686 @@ -1,3 +1,2 @@ -70953451fa1d0e950266b3d0477adb8d coreutils-8.15-i18n-1.patch -500481b75892e5c07e19e9953a690e54 coreutils-8.15-uname-1.patch -094909fafa86110140b32e4948941545 coreutils-8.15.tar.xz +d48bbb0a7f9d8effd975aa9cef9436ce coreutils-8.16-i18n-1.patch +89b06f91634208dceba7b36ad1f9e8b9 coreutils-8.16.tar.xz diff --git a/coreutils/.md5sum.x86_64 b/coreutils/.md5sum.x86_64 index 120f181c1..38c63332f 100644 --- a/coreutils/.md5sum.x86_64 +++ b/coreutils/.md5sum.x86_64 @@ -1,3 +1,2 @@ -70953451fa1d0e950266b3d0477adb8d coreutils-8.15-i18n-1.patch -500481b75892e5c07e19e9953a690e54 coreutils-8.15-uname-1.patch -094909fafa86110140b32e4948941545 coreutils-8.15.tar.xz +d48bbb0a7f9d8effd975aa9cef9436ce coreutils-8.16-i18n-1.patch +89b06f91634208dceba7b36ad1f9e8b9 coreutils-8.16.tar.xz 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