aboutsummaryrefslogtreecommitdiffstats
path: root/gitto/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gitto/Makefile')
-rw-r--r--gitto/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/gitto/Makefile b/gitto/Makefile
index 5481342..85657f4 100644
--- a/gitto/Makefile
+++ b/gitto/Makefile
@@ -19,10 +19,10 @@ install: $(install-objects)
uninstall: $(uninstall-objects)
$(filter %.go,$(install-objects)): install-%: $(filter %.go,$(objects))
- install -Dm 644 $* "$(COMPDIR)/gitto/$*"
+ $(INSTALL_DATA) $* "$(COMPDIR)/gitto/$*"
$(filter %.scm,$(install-objects)): install-%:
- install -Dm 644 $* "$(SITEDIR)/gitto/$*"
+ $(INSTALL_DATA) $* "$(SITEDIR)/gitto/$*"
$(filter %.go,$(uninstall-objects)): uninstall-%:
rm -f "$(COMPDIR)/gitto/$*"