From e7bfa7970ad2b8b8d69e8224ea4e8dae8ecdfa51 Mon Sep 17 00:00:00 2001 From: Daniel Bainton Date: Fri, 7 Mar 2014 20:51:56 +0000 Subject: [PATCH] Remove grep, cp and tar from sbase install, they are still buggy --- pkgs/sbase | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pkgs/sbase b/pkgs/sbase index 1df6404..6d692e3 100644 --- a/pkgs/sbase +++ b/pkgs/sbase @@ -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