aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-12-18 17:05:23 +1300
committerTom Ryder <tom@sanctum.geek.nz>2019-12-18 17:05:23 +1300
commit753bc4c75d10d8149f8659d098b4e9851f9c1b21 (patch)
tree2dc59868f51789f2f542fc9b62551669035c17a8 /Makefile
parentPut common indent setting patterns in macros (diff)
downloaddotfiles-753bc4c75d10d8149f8659d098b4e9851f9c1b21.tar.gz
dotfiles-753bc4c75d10d8149f8659d098b4e9851f9c1b21.zip
Fix indentation of a Makefile line
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 77199b14..c9019eea 100644
--- a/Makefile
+++ b/Makefile
@@ -577,7 +577,7 @@ install-vim-autoload:
install-vim-bundle: install-vim-config
find vim/bundle/*/* \
- -type d -exec sh -c \
+ -type d -exec sh -c \
'mkdir -p -- $(VIMDIR)/"$${1#vim/bundle/*/}"' _ {} \;
find vim/bundle/*/*/* \
-type f -exec sh -c \