Remove grep, cp and tar from sbase install, they are still buggy

This commit is contained in:
Daniel Bainton 2014-03-07 20:51:56 +00:00
parent 51ba694520
commit e7bfa7970a

View File

@ -23,3 +23,8 @@ build: crossmusl
for f in *.1; do
cp $f "$root/share/man/man1"
done
# these are still buggy
for f in grep cp tar ; do
rm "$root/bin/$f"
rm "$root/share/man/man1/$f.1"
done