mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
Packaging removal: remove pysetup3 install from Makefile.
This commit is contained in:
parent
f841e42a98
commit
99ac2f1d06
1 changed files with 0 additions and 2 deletions
|
|
@ -946,8 +946,6 @@ bininstall: altbininstall
|
|||
(cd $(DESTDIR)$(BINDIR); $(LN) -s pydoc$(VERSION) pydoc3)
|
||||
-rm -f $(DESTDIR)$(BINDIR)/2to3
|
||||
(cd $(DESTDIR)$(BINDIR); $(LN) -s 2to3-$(VERSION) 2to3)
|
||||
-rm -f $(DESTDIR)$(BINDIR)/pysetup3
|
||||
(cd $(DESTDIR)$(BINDIR); $(LN) -s pysetup$(VERSION) pysetup3)
|
||||
-rm -f $(DESTDIR)$(BINDIR)/pyvenv
|
||||
(cd $(DESTDIR)$(BINDIR); $(LN) -s pyvenv-$(VERSION) pyvenv)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue