tinstall fix - gitzone - git-based zone management tool for static and dynamic domains HTML git clone https://git.parazyd.org/gitzone DIR Log DIR Files DIR Refs --- DIR commit 27a3a6e8d34db5d801d7987ecf6cfa5ba9efe254 DIR parent 24a356f140401c265ef5b65a3edf3b617e56fad8 HTML Author: tg(x) <*@tg-x.net> Date: Sat, 1 Jun 2013 09:03:26 +0200 install fix Diffstat: M Makefile | 4 ++-- M README.org | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) --- DIR diff --git a/Makefile b/Makefile t@@ -3,5 +3,5 @@ PREFIX=/usr install: mkdir -p ${PREFIX}/bin mkdir -p ${PREFIX}/libexec/gitzone - install bin/gitzone bin/gitzone-shell ${PREFIX}/bin/ - install hooks/pre-receive hooks/post-receive ${PREFIX}/libexec/gitzone/ + install bin/* ${PREFIX}/bin/ + install hooks/* ${PREFIX}/libexec/gitzone/ DIR diff --git a/README.org b/README.org t@@ -33,7 +33,7 @@ key management. : # git init $user : # cd $user : # git config receive.denyCurrentBranch ignore - : # cd hooks + : # cd .git/hooks : # ln -s /usr/libexec/gitzone/pre-receive : # ln -s /usr/libexec/gitzone/post-receive