aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index dee21d46..6612a5d3 100644
--- a/Makefile
+++ b/Makefile
@@ -426,7 +426,7 @@ install-git: git/gitconfig $(GIT_TEMPLATE_HOOKS)
-type d -exec sh -c 'mkdir -p -- \
$(HOME)/.git-template"$${1#git/template}"' \
_ {} \; \
- -o ! -name '*.sh' -exec sh -c 'cp -p -- "$$1" \
+ -o ! -name '*.*' -exec sh -c 'cp -p -- "$$1" \
$(HOME)/.git-template"$${1#git/template}"' \
_ {} \;