From 5ab5ccd94bda49db30e7c600364cc4e14e88df9b Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 17 Dec 2016 20:03:40 +1300 Subject: Move ksh.sh shim into ksh subdir So it doesn't get installed on systems where I don't use ksh, since it's mostly not needed --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f2e9e278..9961da71 100644 --- a/Makefile +++ b/Makefile @@ -292,7 +292,9 @@ install-mysql : install-ksh : check-ksh install-sh install -m 0755 -d -- \ + "$(HOME)"/.shrc.d \ "$(HOME)"/.kshrc.d + install -pm 0644 -- ksh/shrc.d/* "$(HOME)"/.shrc.d install -pm 0644 -- ksh/kshrc "$(HOME)"/.kshrc install -pm 0644 -- ksh/kshrc.d/* "$(HOME)"/.kshrc.d -- cgit v1.2.3