aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2020-05-03 22:37:21 +1200
committerTom Ryder <tom@sanctum.geek.nz>2020-05-03 22:37:21 +1200
commitee269f932780a6a0f15c3d75ad584960235d11b8 (patch)
tree4a45d64f75ca4baf46ba9f0595797848c52ea1f3
parentMerge branch 'release/v8.26.0' into develop (diff)
downloaddotfiles-ee269f932780a6a0f15c3d75ad584960235d11b8.tar.gz
dotfiles-ee269f932780a6a0f15c3d75ad584960235d11b8.zip
Order sub-targets of `install` correctly
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8e537c84..098907c8 100644
--- a/Makefile
+++ b/Makefile
@@ -350,8 +350,8 @@ install: install-bin \
install-git \
install-gnupg \
install-less \
- install-man \
install-login-shell \
+ install-man \
install-readline \
install-vim