From 3fc49ab8300a2f0e800055fedb0f2af0a68be267 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Tue, 7 Apr 2009 19:43:57 +0000 Subject: [PATCH] install as python3 #5461 --- Makefile.pre.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.pre.in b/Makefile.pre.in index 822a6c3217..576a22d3cb 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -787,7 +787,7 @@ bininstall: altbininstall then rm -f $(DESTDIR)$(BINDIR)/$(PYTHON); \ else true; \ fi - (cd $(DESTDIR)$(BINDIR); $(LN) python$(VERSION)$(EXE) $(PYTHON)) + (cd $(DESTDIR)$(BINDIR); $(LN) python$(VERSION)$(EXE) $(PYTHON)3) -rm -f $(DESTDIR)$(BINDIR)/python-config (cd $(DESTDIR)$(BINDIR); $(LN) -s python$(VERSION)-config python-config) -- 2.50.1