aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-08-19 23:58:25 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-08-20 00:07:15 +1200
commit88e4b992d90f2a7283058a1a93c388a9576bad5b (patch)
treee1716501ae3f3ebef491065885df56a81eeeb377 /Makefile
parentRemove debugging code from eds(1) (diff)
downloaddotfiles-88e4b992d90f2a7283058a1a93c388a9576bad5b.tar.gz
dotfiles-88e4b992d90f2a7283058a1a93c388a9576bad5b.zip
Move OLDPWD setting to POSIX sh dir
With an attempt at correct trapping; may still require tweaking
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 5d8369c9..433a9f43 100644
--- a/Makefile
+++ b/Makefile
@@ -267,6 +267,7 @@ install-sh : check-sh
install -m 0755 -d -- \
"$(HOME)"/.profile.d \
"$(HOME)"/.shrc.d
+ install -pm 0644 -- sh/logout "$(HOME)"/.logout
install -pm 0644 -- sh/profile "$(HOME)"/.profile
install -pm 0644 -- sh/profile.d/* "$(HOME)"/.profile.d
install -pm 0644 -- sh/shrc "$(HOME)"/.shrc