aboutsummaryrefslogtreecommitdiffstats
path: root/zsh
diff options
context:
space:
mode:
authorGravatar Tom Willemse2013-05-27 22:30:00 +0200
committerGravatar Tom Willemse2013-05-27 22:30:00 +0200
commit7f6037855dbfb16e5c05c29fd1eaeba14c4dfabb (patch)
treec450f41b7b95f59fe1036489b94ac95a99c64187 /zsh
parentaa0accc9772c8d49f16fc167f49587ff902bd3dd (diff)
downloadgitto-7f6037855dbfb16e5c05c29fd1eaeba14c4dfabb.tar.gz
gitto-7f6037855dbfb16e5c05c29fd1eaeba14c4dfabb.zip
Add user manual
Diffstat (limited to 'zsh')
-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