From: Benjamin Peterson Date: Tue, 7 Apr 2009 19:43:57 +0000 (+0000) Subject: install as python3 #5461 X-Git-Tag: v3.1b1~350 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3fc49ab8300a2f0e800055fedb0f2af0a68be267;p=thirdparty%2FPython%2Fcpython.git install as python3 #5461 --- diff --git a/Makefile.pre.in b/Makefile.pre.in index 822a6c3217c4..576a22d3cb2e 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)