aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index c12f9df7..1792a89d 100644
--- a/Makefile
+++ b/Makefile
@@ -163,10 +163,8 @@ install-vim-plugins : install-vim-config
"$$file" "$(HOME)"/.vim/"$$file" ; \
done
install -m 0755 -d -- \
- "$(HOME)"/.vim/after/ftplugin \
- "$(HOME)"/.vim/after/plugin
+ "$(HOME)"/.vim/after/ftplugin
install -m 0644 -- vim/after/ftplugin/* "$(HOME)"/.vim/after/ftplugin
- install -m 0644 -- vim/after/plugin/* "$(HOME)"/.vim/after/plugin
install-vim-pathogen : install-vim-plugins
install -m 0755 -d -- "$(HOME)"/.vim/autoload