From 67afb66eb1a2e7a1f7c912bdeec002de7b25d91d Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 17 Aug 2016 17:38:45 +1200 Subject: Move simple Bash/pdksh functions into POSIX sh Have only translated the scripts that translate readily into POSIX sh for now. More complex stuff like that bd/pd/sd/ud navigation for Bash doesn't port as easily, mostly because there isn't an analogue for the "local" keyword in POSIX. --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1a59525e..957c7ab7 100644 --- a/Makefile +++ b/Makefile @@ -269,9 +269,13 @@ install-readline : install -pm 0644 -- readline/inputrc "$(HOME)"/.inputrc install-sh : check-sh - install -m 0755 -d -- "$(HOME)"/.profile.d + install -m 0755 -d -- \ + "$(HOME)"/.profile.d \ + "$(HOME)"/.shrc.d install -pm 0644 -- sh/profile "$(HOME)"/.profile install -pm 0644 -- sh/profile.d/* "$(HOME)"/.profile.d + install -pm 0644 -- sh/shrc "$(HOME)"/.shrc + install -pm 0644 -- sh/shrc.d/* "$(HOME)"/.shrc.d install-subversion : install -m 0755 -d -- "$(HOME)"/.subversion -- cgit v1.2.3