Makefile
branchstable
changeset 47838 a99ffbcdb6a9
parent 47837 6fc9bd898eec
child 47839 a24e813db705
--- 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 \