morpheus

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

commit 50858520ca8f750d8dedbab4fc33b53a2370cb0e
parent ea204456efd7d6557525f86d88a5a1c895608475
Author: Daniel Bainton <dpb@driftaway.org>
Date:   Tue,  4 Mar 2014 14:06:55 +0200

Don't install the pre-formatted man-page

Diffstat:
Mpkgs/mksh | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/pkgs/mksh b/pkgs/mksh @@ -4,9 +4,8 @@ url="$mirror/mksh-$v.tar.gz" build: crossmusl cd src/mksh CC=$CC sh Build.sh - mkdir -p "$root/share/man/man1" "$root/share/man/cat1" + mkdir -p "$root/share/man/man1" cp mksh "$root/bin" cp mksh.1 "$root/share/man/man1/mksh.1" - cp mksh.cat1 "$root/share/man/cat1/mksh.0" cd "$root/bin" ln -sf mksh sh