]> granicus.if.org Git - python/commitdiff
Fix symlink for 2to3 in framework install. Without this patch an incorrect link is...
authorRonald Oussoren <ronaldoussoren@mac.com>
Sun, 7 Jun 2009 15:34:13 +0000 (15:34 +0000)
committerRonald Oussoren <ronaldoussoren@mac.com>
Sun, 7 Jun 2009 15:34:13 +0000 (15:34 +0000)
Mac/Makefile.in

index 7d88c4a0d34602f45c557d9a45a0f14839419218..15531d865f6f0a13c13ab30e84372f4c21a8a81b 100644 (file)
@@ -132,7 +132,7 @@ install_versionedtools:
                ln -sf "$${fn}$(VERSION)" "$(DESTDIR)$(prefix)/bin/$${fn}3" ;\
        done
        mv "$(DESTDIR)$(prefix)/bin/2to3" "$(DESTDIR)$(prefix)/bin/2to3-$(VERSION)"
-       ln -sf "$(DESTDIR)$(prefix)/bin/2to3-$(VERSION)" "$(DESTDIR)$(prefix)/bin/2to3"
+       ln -sf "2to3-$(VERSION)" "$(DESTDIR)$(prefix)/bin/2to3"
        if [ ! -h "$(DESTDIR)$(prefix)/bin/python3-config" ]; then \
                mv "$(DESTDIR)$(prefix)/bin/python3-config" "$(DESTDIR)$(prefix)/bin/python$(VERSION)-config" ;\
                ln -sf "python$(VERSION)-config" "$(DESTDIR)$(prefix)/bin/python3-config" ; \