aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-08-09 11:11:50 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-08-09 11:11:50 +1200
commit0fada760de61b9535c9466a4e8efd95ea24b36f0 (patch)
tree64d8456961a025e5dcbf9a9d4fece38174d53b4f /Makefile
parentRename ksh.sh profile.d subscript to env.sh (diff)
downloaddotfiles-0fada760de61b9535c9466a4e8efd95ea24b36f0.tar.gz
dotfiles-0fada760de61b9535c9466a4e8efd95ea24b36f0.zip
Remove double-up install-bash target
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile11
1 files changed, 0 insertions, 11 deletions
diff --git a/Makefile b/Makefile
index 8e3d6239..45decf3d 100644
--- a/Makefile
+++ b/Makefile
@@ -215,17 +215,6 @@ install-pdksh : test-pdksh
install -pm 0644 -- pdksh/kshrc "$(HOME)"/.kshrc
install -pm 0644 -- pdksh/kshrc.d/* "$(HOME)"/.kshrc.d
-install-bash : test-bash
- install -m 0755 -d -- \
- "$(HOME)"/.config \
- "$(HOME)"/.bashrc.d \
- "$(HOME)"/.bash_profile.d
- install -pm 0644 -- bash/bashrc "$(HOME)"/.bashrc
- install -pm 0644 -- bash/bashrc.d/* "$(HOME)"/.bashrc.d
- install -pm 0644 -- bash/bash_profile "$(HOME)"/.bash_profile
- install -pm 0644 -- bash/bash_profile.d/* "$(HOME)"/.bash_profile.d
- install -pm 0644 -- bash/bash_logout "$(HOME)"/.bash_logout
-
install-maildir :
install -m 0755 -d -- \
"$(HOME)"/Mail/inbox/cur \