diff Makefile @ 6469:76716ec978da mercurial-5.3

test-compat: merge mercurial-5.4 into mercurial-5.3
author Anton Shestakov <av6@dwimlabs.net>
date Tue, 21 Mar 2023 22:34:59 -0300
parents a80ed2e4745b
children
line wrap: on
line diff
--- a/Makefile	Sat Feb 25 11:41:07 2023 +0400
+++ b/Makefile	Tue Mar 21 22:34:59 2023 -0300
@@ -25,7 +25,7 @@
 
 .PHONY: install-home
 install-home:
-	$(PYTHON) setup.py install --home="$(HOME)" --prefix="" --force
+	$(PYTHON) setup.py install --home="$(HOME)" --prefix="" --force --old-and-unmanageable --single-version-externally-managed
 
 .PHONY: doc
 doc: