coreutils: fixed bug #80

This commit is contained in:
Tilman Sauerbeck 2007-02-20 21:13:12 +01:00
parent 9f03d6d6ac
commit 3919001911
2 changed files with 3 additions and 3 deletions

View File

@ -18,6 +18,7 @@ drwxr-xr-x root/root bin/
-rwxr-xr-x root/root bin/readlink
-rwxr-xr-x root/root bin/rm
-rwxr-xr-x root/root bin/rmdir
-rwxr-xr-x root/root bin/sleep
-rwxr-xr-x root/root bin/stty
-rwxr-xr-x root/root bin/sync
-rwxr-xr-x root/root bin/touch
@ -71,7 +72,6 @@ drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/sha512sum
-rwxr-xr-x root/root usr/bin/shred
-rwxr-xr-x root/root usr/bin/shuf
-rwxr-xr-x root/root usr/bin/sleep
-rwxr-xr-x root/root usr/bin/sort
-rwxr-xr-x root/root usr/bin/split
-rwxr-xr-x root/root usr/bin/stat

View File

@ -4,7 +4,7 @@
name=coreutils
version=6.7
release=1
release=2
source=(http://ftp.gnu.org/pub/gnu/$name/$name-$version.tar.bz2 \
$name-uname.patch)
@ -23,7 +23,7 @@ build() {
make DESTDIR=$PKG install
mkdir $PKG/bin
mv $PKG/usr/bin/{cat,chgrp,chmod,chown,cp,date,dd,df,echo,false,ln,ls,mkdir} $PKG/bin
mv $PKG/usr/bin/{cat,chgrp,chmod,chown,cp,date,dd,df,echo,false,ln,ls,mkdir,sleep} $PKG/bin
mv $PKG/usr/bin/{mknod,mv,pwd,readlink,rm,rmdir,stty,sync,touch,true,uname} $PKG/bin
rm $PKG/usr/bin/hostname $PKG/usr/man/man1/hostname.1 # conflicts with net-tools
rm $PKG/usr/bin/uptime $PKG/usr/man/man1/uptime.1 # conflicts with procps