File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -888,6 +888,8 @@ bininstall: altbininstall
888888 (cd $(DESTDIR)$(BINDIR); $(LN) -s pydoc$(VERSION) pydoc3)
889889 -rm -f $(DESTDIR)$(BINDIR)/2to3
890890 (cd $(DESTDIR)$(BINDIR); $(LN) -s 2to3-$(VERSION) 2to3)
891+ -rm -f $(DESTDIR)$(BINDIR)/pysetup3
892+ (cd $(DESTDIR)$(BINDIR); $(LN) -s pysetup$(VERSION) pysetup3)
891893
892894# Install the manual page
893895maninstall:
Original file line number Diff line number Diff line change @@ -1889,7 +1889,7 @@ def main():
18891889 # check the PyBuildScripts command above, and change the links
18901890 # created by the bininstall target in Makefile.pre.in
18911891 scripts = ["Tools/scripts/pydoc3" , "Tools/scripts/idle3" ,
1892- "Tools/scripts/2to3" ]
1892+ "Tools/scripts/2to3" , "Tools/scripts/pysetup3" ]
18931893 )
18941894
18951895# --install-platlib
You can’t perform that action at this time.
0 commit comments