diff options
author | piernov <piernov@piernov.org> | 2012-03-07 12:21:44 +0000 |
---|---|---|
committer | piernov <piernov@piernov.org> | 2012-03-07 12:21:44 +0000 |
commit | 3209a99dd81c893fdae21ad8923af26bc6243576 (patch) | |
tree | d3404b978753b9d537a02d86233cc29d00456822 /coreutils | |
parent | 36b956f53a971452ddd76fdd8a326354647dcb61 (diff) | |
parent | 8ac4949142934a0a953383f57c893a6678042b00 (diff) | |
download | nutyx-pakxe-3209a99dd81c893fdae21ad8923af26bc6243576.tar.gz nutyx-pakxe-3209a99dd81c893fdae21ad8923af26bc6243576.tar.bz2 nutyx-pakxe-3209a99dd81c893fdae21ad8923af26bc6243576.tar.xz nutyx-pakxe-3209a99dd81c893fdae21ad8923af26bc6243576.zip |
Merge branch 'master' of http://kiao.no-ip.info/NuTyX/git/nutyx-pakxe
Diffstat (limited to 'coreutils')
-rw-r--r-- | coreutils/.footprint.i686 | 6 | ||||
-rw-r--r-- | coreutils/.footprint.x86_64 | 6 | ||||
-rwxr-xr-x | coreutils/Pkgfile | 2 |
3 files changed, 7 insertions, 7 deletions
diff --git a/coreutils/.footprint.i686 b/coreutils/.footprint.i686 index 8a04b7229..08e5860e0 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/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/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/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 8a04b7229..08e5860e0 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/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/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/sbin/ -rwxr-xr-x root/root usr/sbin/chroot drwxr-xr-x root/root usr/share/ diff --git a/coreutils/Pkgfile b/coreutils/Pkgfile index c4ea10047..cd0437407 100755 --- a/coreutils/Pkgfile +++ b/coreutils/Pkgfile @@ -1,6 +1,6 @@ # Description: Collection d'utilitaire pour le coeur du systeme GNU # URL: http://www.gnu.org/software/coreutils/ -# Maintainer: NuTyX core team +# Maintainer: Jim Meyering meyering at redhat dot com # Packager: thierryn1 at hispeed dot ch name=coreutils |