summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2021-07-29 22:03:59 +0200
committerErich Eckner <git@eckner.net>2021-07-29 22:03:59 +0200
commit919b714d8f3fc08f9600053abb063c98ae560356 (patch)
tree050584c8be3a374f49e2f04bd056e95f53e03ade /Makefile
parentfe598d432cf8bc1a1ed1f62f8bd95739f3dd4f27 (diff)
downloadgitolite-sync-919b714d8f3fc08f9600053abb063c98ae560356.tar.xz
remove timer and service, but make scripts suitable for post-receive hook in gitoliteHEADv0.4master
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 77a9447..e0c5dc4 100644
--- a/Makefile
+++ b/Makefile
@@ -27,12 +27,11 @@ GITUSER = gitolite
LIBDIR = /usr/lib
MANDIR = /usr/share/man
-VERSION = 0.3.3
+VERSION = 0.4
all: man.commons \
gitolite-sync.conf \
- gitolite-sync gitolite-sync.1 \
- gitolite-sync.service gitolite-sync.timer
+ gitolite-sync gitolite-sync.1
%: %.in
sed " \
@@ -52,7 +51,6 @@ all: man.commons \
install: all
install -D -m0755 -t $(DESTDIR)$(BINDIR) gitolite-sync
- install -D -m0644 -t $(DESTDIR)$(LIBDIR)/systemd/system gitolite-sync.service gitolite-sync.timer
install -D -m0644 -t $(DESTDIR)$(MANDIR)/man1 gitolite-sync.1
install -D -m0644 -t $(DESTDIR)$(ETCDIR) gitolite-sync.conf