# HG changeset patch # User Pierre-Yves David # Date 1629242314 -7200 # Node ID a99ffbcdb6a95d3d189a7406b5512cc9ef4bdc1f # Parent 6fc9bd898eec02868e408db7cedadd57392d5b95 pyoxidized: add a copy of the `defaultrc` file in the right location This get the hacky setup closer to how an actual install is setup. Differential Revision: https://phab.mercurial-scm.org/D11290 diff -r 6fc9bd898eec -r a99ffbcdb6a9 Makefile --- a/Makefile Wed Aug 18 02:08:03 2021 +0200 +++ b/Makefile Wed Aug 18 01:18:34 2021 +0200 @@ -280,6 +280,8 @@ cp -ar $(PYOX_DIR)/lib/mercurial/templates $(PYOX_DIR)/templates rm -rf $(PYOX_DIR)/helptext 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 .PHONY: help all local build doc cleanbutpackages clean install install-bin \