From e759edd25db3e831932baa5bd6fe4f79c556f91b Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sun, 9 Apr 2017 14:45:48 +1200 Subject: Rename "dist" to "install" --- Makefile | 2 +- dist/install-login-shell.sh | 12 ------------ install/install-login-shell.sh | 12 ++++++++++++ 3 files changed, 13 insertions(+), 13 deletions(-) delete mode 100644 dist/install-login-shell.sh create mode 100644 install/install-login-shell.sh diff --git a/Makefile b/Makefile index cb814c22..3fef5221 100644 --- a/Makefile +++ b/Makefile @@ -365,7 +365,7 @@ install-ksh: check-ksh install-sh cp -p -- ksh/kshrc.d/* $(HOME)/.kshrc.d install-login-shell: check-login-shell - sh dist/install-login-shell.sh + sh install/install-login-shell.sh install-perlcritic: cp -p -- perlcritic/perlcriticrc $(HOME)/.perlcriticrc diff --git a/dist/install-login-shell.sh b/dist/install-login-shell.sh deleted file mode 100644 index b7292a77..00000000 --- a/dist/install-login-shell.sh +++ /dev/null @@ -1,12 +0,0 @@ -target=install-sh -case ${SHELL##*/} in - bash) - target=install-bash ;; - ksh|ksh88|ksh93|mksh|pdksh) - target=install-ksh ;; - yash) - target=install-yash ;; - zsh) - target=install-zsh ;; -esac -make "$target" diff --git a/install/install-login-shell.sh b/install/install-login-shell.sh new file mode 100644 index 00000000..b7292a77 --- /dev/null +++ b/install/install-login-shell.sh @@ -0,0 +1,12 @@ +target=install-sh +case ${SHELL##*/} in + bash) + target=install-bash ;; + ksh|ksh88|ksh93|mksh|pdksh) + target=install-ksh ;; + yash) + target=install-yash ;; + zsh) + target=install-zsh ;; +esac +make "$target" -- cgit v1.2.3