pyoxidized: add a copy of the `contrib` directory in the right location stable
authorPierre-Yves David <pierre-yves.david@octobus.net>
Wed, 18 Aug 2021 01:26:25 +0200
branchstable
changeset 47839 a24e813db705
parent 47838 a99ffbcdb6a9
child 47840 f799355d8fe3
pyoxidized: add a copy of the `contrib` directory in the right location This get the hacky setup closer to how an actual install is setup. Differential Revision: https://phab.mercurial-scm.org/D11291
Makefile
--- a/Makefile	Wed Aug 18 01:18:34 2021 +0200
+++ b/Makefile	Wed Aug 18 01:26:25 2021 +0200
@@ -282,6 +282,8 @@
 	cp -ar $(PYOX_DIR)/lib/mercurial/helptext $(PYOX_DIR)/helptext
 	rm -rf $(PYOX_DIR)/defaultrc
 	cp -ar $(PYOX_DIR)/lib/mercurial/defaultrc $(PYOX_DIR)/defaultrc
+	rm -rf $(PYOX_DIR)/contrib
+	cp -ar contrib $(PYOX_DIR)/contrib
 
 
 .PHONY: help all local build doc cleanbutpackages clean install install-bin \