aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-08-10 11:17:37 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-08-10 11:17:37 +1200
commitfc7ccd48bec1bd6ea8201533977e154ae4d94aaa (patch)
tree9335a2d5f5832741f5a97e491620e199e7569144 /Makefile
parentLimit prompt setup to OpenBSD pdksh (diff)
downloaddotfiles-fc7ccd48bec1bd6ea8201533977e154ae4d94aaa.tar.gz
dotfiles-fc7ccd48bec1bd6ea8201533977e154ae4d94aaa.zip
Name/point pdksh files specifically
This frees up space to implement actual ksh88/ksh93 files specifically in future, as pdksh's feature set differs considerably
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index ce19001f..937e9528 100644
--- a/Makefile
+++ b/Makefile
@@ -209,11 +209,11 @@ install-i3 : install-x
install -m 0755 -d -- "$(HOME)"/.i3
install -pm 0644 -- i3/* "$(HOME)"/.i3
-install-pdksh : test-pdksh
+install-pdksh : test-pdksh install-sh
install -m 0755 -d -- \
- "$(HOME)"/.kshrc.d
- install -pm 0644 -- pdksh/kshrc "$(HOME)"/.kshrc
- install -pm 0644 -- pdksh/kshrc.d/* "$(HOME)"/.kshrc.d
+ "$(HOME)"/.pdkshrc.d
+ install -pm 0644 -- pdksh/pdkshrc "$(HOME)"/.pdkshrc
+ install -pm 0644 -- pdksh/pdkshrc.d/* "$(HOME)"/.pdkshrc.d
install-maildir :
install -m 0755 -d -- \