morpheus

suckless linux distro
git clone git://git.2f30.org/morpheus
Log | Files | Refs | Submodules | README | LICENSE

commit e7bfa7970ad2b8b8d69e8224ea4e8dae8ecdfa51
parent 51ba69452016381b9f80613550c8b5a4a059ba3b
Author: Daniel Bainton <dpb@driftaway.org>
Date:   Fri,  7 Mar 2014 20:51:56 +0000

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

Diffstat:
Mpkgs/sbase | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git 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