aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-12-17 20:03:40 +1300
committerTom Ryder <tom@sanctum.geek.nz>2016-12-17 20:03:40 +1300
commit5ab5ccd94bda49db30e7c600364cc4e14e88df9b (patch)
treeb11762722c2bc3b2b268d951ef799bff941e5d66 /Makefile
parentImprove accuracy of comment (diff)
downloaddotfiles-5ab5ccd94bda49db30e7c600364cc4e14e88df9b.tar.gz
dotfiles-5ab5ccd94bda49db30e7c600364cc4e14e88df9b.zip
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
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
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