From 704869df296aef012439e20ba7ab69200b131b6e Mon Sep 17 00:00:00 2001 From: Paul Wise Date: Wed, 31 Mar 2021 17:16:13 +0800 Subject: [PATCH] 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. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 73451ed..070d33b 100644 --- a/Makefile +++ b/Makefile @@ -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)/