summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 414851a)
raw | patch | inline | side by side (parent: 414851a)
author | Nanako Shiraishi <nanako3@lavabit.com> | |
Wed, 10 Sep 2008 11:03:18 +0000 (20:03 +0900) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 10 Sep 2008 22:42:56 +0000 (15:42 -0700) |
It is one of the server side programs and needs to be found on usual $PATH.
Signed-off-by: Nanako Shiraishi <nanako3@lavabit.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Nanako Shiraishi <nanako3@lavabit.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile | patch | blob | history |
diff --git a/Makefile b/Makefile
index 792cbe2f1e0f5c734d8a06008c220e77278e9f5c..247cd2dc3098e088a06d7f7670b4e48dc5e686ee 100644 (file)
--- a/Makefile
+++ b/Makefile
$(INSTALL) -d -m 755 '$(DESTDIR_SQ)$(bindir_SQ)'
$(INSTALL) -d -m 755 '$(DESTDIR_SQ)$(gitexec_instdir_SQ)'
$(INSTALL) $(ALL_PROGRAMS) '$(DESTDIR_SQ)$(gitexec_instdir_SQ)'
- $(INSTALL) git$X git-upload-pack$X git-receive-pack$X git-upload-archive$X git-shell$X '$(DESTDIR_SQ)$(bindir_SQ)'
+ $(INSTALL) git$X git-upload-pack$X git-receive-pack$X git-upload-archive$X git-shell$X git-cvsserver '$(DESTDIR_SQ)$(bindir_SQ)'
$(MAKE) -C templates DESTDIR='$(DESTDIR_SQ)' install
$(MAKE) -C perl prefix='$(prefix_SQ)' DESTDIR='$(DESTDIR_SQ)' install
ifndef NO_TCLTK