aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-12-18 12:54:48 +1300
committerTom Ryder <tom@sanctum.geek.nz>2016-12-18 12:57:39 +1300
commit09bc29e2dbeadc811491f555e71397dfa0264704 (patch)
treeaf5d717ab5b195024b90f42fa83794090be2b78f /Makefile
parentChange syntax of ksh prompt func declaration (diff)
downloaddotfiles-09bc29e2dbeadc811491f555e71397dfa0264704.tar.gz
dotfiles-09bc29e2dbeadc811491f555e71397dfa0264704.zip
Change tack; force ENV if the file exists
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 739b8462..9961da71 100644
--- a/Makefile
+++ b/Makefile
@@ -292,10 +292,8 @@ install-mysql :
install-ksh : check-ksh install-sh
install -m 0755 -d -- \
- "$(HOME)"/.profile.d \
"$(HOME)"/.shrc.d \
"$(HOME)"/.kshrc.d
- install -pm 0644 -- ksh/profile.d/* "$(HOME)"/.profile.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