Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe8a3d6 commit 8e5bda4Copy full SHA for 8e5bda4
1 file changed
Mac/Makefile.in
@@ -132,7 +132,7 @@ install_versionedtools:
132
ln -sf "$${fn}$(VERSION)" "$(DESTDIR)$(prefix)/bin/$${fn}3" ;\
133
done
134
mv "$(DESTDIR)$(prefix)/bin/2to3" "$(DESTDIR)$(prefix)/bin/2to3-$(VERSION)"
135
- ln -sf "$(DESTDIR)$(prefix)/bin/2to3-$(VERSION)" "$(DESTDIR)$(prefix)/bin/2to3"
+ ln -sf "2to3-$(VERSION)" "$(DESTDIR)$(prefix)/bin/2to3"
136
if [ ! -h "$(DESTDIR)$(prefix)/bin/python3-config" ]; then \
137
mv "$(DESTDIR)$(prefix)/bin/python3-config" "$(DESTDIR)$(prefix)/bin/python$(VERSION)-config" ;\
138
ln -sf "python$(VERSION)-config" "$(DESTDIR)$(prefix)/bin/python3-config" ; \
0 commit comments