Nanako Shiraishi <nanako3@xxxxxxxxxxx> writes: > Subject: [PATCH] Install git-cvsserver in $(bindir) > > It is one of the server side programs and needs to be found on usual $PATH. > > Signed-off-by: Nanako Shiraishi <nanako3@xxxxxxxxxxx> > ... > - $(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$X '$(DESTDIR_SQ)$(bindir_SQ)' Thanks. Will queue but without $X at the end, as I do not think we want it even on Windows because cvsserver is a script. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html