Install git-hg-helper when using the make build system

It is used by git-remote-hg and the Python
also setuptools build system installs it.
This commit is contained in:
Paul Wise
2021-03-31 17:16:13 +08:00
committed by Mark Nauwelaerts
parent 5769e965eb
commit 704869df29

View File

@@ -21,6 +21,7 @@ D = $(DESTDIR)
install:
install -d -m 755 $(D)$(bindir)/
install -m 755 git-remote-hg $(D)$(bindir)/git-remote-hg
install -m 755 git-hg-helper $(D)$(bindir)/git-hg-helper
install-doc: doc
install -d -m 755 $(D)$(mandir)/