aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-08-17 20:23:39 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-08-17 20:23:39 +1200
commit9c7ef4990a3cc1f77dae8bc96732a5016eaffd0a (patch)
tree4454ef8cb5dfd71240419c83e2ff1a3d47cefc88 /Makefile
parentUpdate bashrc/zshrc with POSIX funcs source (diff)
downloaddotfiles-9c7ef4990a3cc1f77dae8bc96732a5016eaffd0a.tar.gz
dotfiles-9c7ef4990a3cc1f77dae8bc96732a5016eaffd0a.zip
Make install-{bash,zsh} depend on install-sh
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 957c7ab7..cdb56138 100644
--- a/Makefile
+++ b/Makefile
@@ -140,7 +140,7 @@ install-abook :
"$(HOME)"/.abook
install -pm 0644 -- abook/abookrc "$(HOME)"/.abook
-install-bash : check-bash
+install-bash : check-bash install-sh
install -m 0755 -d -- \
"$(HOME)"/.config \
"$(HOME)"/.bashrc.d \
@@ -333,7 +333,7 @@ install-x :
install -pm 0644 -- X/Xresources "$(HOME)"/.Xresources
install -pm 0644 -- X/Xresources.d/* "$(HOME)"/.Xresources.d
-install-zsh :
+install-zsh : install-sh
install -pm 0644 -- zsh/zprofile "$(HOME)"/.zprofile
install -pm 0644 -- zsh/zshrc "$(HOME)"/.zshrc