diff Makefile @ 6461:64485b2fcd97 mercurial-6.1

test-compat: merge mercurial-6.2 into mercurial-6.1
author Anton Shestakov <av6@dwimlabs.net>
date Mon, 20 Mar 2023 22:59:18 -0300
parents a80ed2e4745b
children
line wrap: on
line diff
--- a/Makefile	Fri Feb 24 18:34:51 2023 +0400
+++ b/Makefile	Mon Mar 20 22:59:18 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: