aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index d8e61785..0e21851e 100644
--- a/Makefile
+++ b/Makefile
@@ -339,9 +339,9 @@ install-gvim-config :
install-vim-plugins : install-vim-config
find vim/after vim/bundle -name .git -prune -o \
-type d -exec sh -c 'install -m 0755 -d -- \
- "$(HOME)"/.vim/"$${1#vim/}"' _ {} \; -o \
+ "$(HOME)"/."$$1"' _ {} \; -o \
-type f -exec sh -c 'install -m 0644 -- \
- "$$1" "$(HOME)"/.vim/"$${1#vim/}"' _ {} \;
+ "$$1" "$(HOME)"/."$$1"' _ {} \;
install-vim-pathogen : install-vim-plugins
install -m 0755 -d -- "$(HOME)"/.vim/autoload