aboutsummaryrefslogtreecommitdiffstats
path: root/zsh/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'zsh/Makefile')
-rw-r--r--zsh/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/zsh/Makefile b/zsh/Makefile
index 0fe3d40..0c3a2c0 100644
--- a/zsh/Makefile
+++ b/zsh/Makefile
@@ -5,7 +5,7 @@ DESTDIR ?= /usr/local
all:
install:
- install -Dm 644 _gitto $(DESTDIR)/share/zsh/site-functions/_gitto
+ $(INSTALL_DATA) _gitto $(DESTDIR)/share/zsh/site-functions/_gitto
uninstall:
rm -f $(DESTDIR)/share/zsh/site-functions/_gitto