coreutils: use install instead of mkdir to create directories in $PKG

This commit is contained in:
Juergen Daubert 2015-07-26 18:45:08 +02:00
parent ff9a8674fc
commit c8c2faba06

View File

@ -23,7 +23,7 @@ build() {
make
make DESTDIR=$PKG install
mkdir $PKG/bin
install -d $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 -r $PKG/usr/share/info