Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 99ac2f1

Browse files
committed
Packaging removal: remove pysetup3 install from Makefile.
1 parent f841e42 commit 99ac2f1

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

Makefile.pre.in

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -946,8 +946,6 @@ bininstall: altbininstall
946946
(cd $(DESTDIR)$(BINDIR); $(LN) -s pydoc$(VERSION) pydoc3)
947947
-rm -f $(DESTDIR)$(BINDIR)/2to3
948948
(cd $(DESTDIR)$(BINDIR); $(LN) -s 2to3-$(VERSION) 2to3)
949-
-rm -f $(DESTDIR)$(BINDIR)/pysetup3
950-
(cd $(DESTDIR)$(BINDIR); $(LN) -s pysetup$(VERSION) pysetup3)
951949
-rm -f $(DESTDIR)$(BINDIR)/pyvenv
952950
(cd $(DESTDIR)$(BINDIR); $(LN) -s pyvenv-$(VERSION) pyvenv)
953951

0 commit comments

Comments
 (0)