diff --git a/coreutils/.footprint b/coreutils/.footprint index 4e4e361e..36936680 100644 --- a/coreutils/.footprint +++ b/coreutils/.footprint @@ -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 diff --git a/coreutils/Pkgfile b/coreutils/Pkgfile index d305e7bb..2f6b8148 100644 --- a/coreutils/Pkgfile +++ b/coreutils/Pkgfile @@ -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