# HG changeset patch # User Pierre-Yves David # Date 2021-08-17 23:26:25 # Node ID a24e813db7053e9af80bc518174eceefd6ac643c # Parent a99ffbcdb6a95d3d189a7406b5512cc9ef4bdc1f 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 diff --git a/Makefile b/Makefile --- a/Makefile +++ b/Makefile @@ -282,6 +282,8 @@ pyoxidizer-windows-tests: pyoxidizer 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 \