gitzone

git-based zone management tool for static and dynamic domains
git clone https://git.parazyd.org/gitzone
Log | Files | Refs

commit 27a3a6e8d34db5d801d7987ecf6cfa5ba9efe254
parent 24a356f140401c265ef5b65a3edf3b617e56fad8
Author: tg(x) <*@tg-x.net>
Date:   Sat,  1 Jun 2013 09:03:26 +0200

install fix

Diffstat:
MMakefile | 4++--
MREADME.org | 2+-
2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Makefile b/Makefile @@ -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/ diff --git a/README.org b/README.org @@ -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