Skip to content
Snippets Groups Projects
Commit a99ffbcd authored by Pierre-Yves David's avatar Pierre-Yves David :octopus:
Browse files

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
parent 6fc9bd89
No related branches found
No related tags found
No related merge requests found
......@@ -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 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment