This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
| Author | erickt |
|---|---|
| Recipients | erickt |
| Date | 2008年07月19日.02:48:32 |
| SpamBayes Score | 0.03631637 |
| Marked as misclassified | No |
| Message-id | <1216435714.49.0.10489106373.issue3413@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
There's a slight typo in Mac/Makefile.in, where DESDIR was used instead of DESTDIR. This patch fixes it: --- /tmp/Makefile.in 2008年07月18日 19:42:29.000000000 -0700 +++ Mac/Makefile.in 2008年07月18日 19:42:33.000000000 -0700 @@ -216,7 +216,7 @@ test -d "$(DESTDIR)$(PYTHONAPPSDIR)" || mkdir -p "$(DESTDIR)$(PYTHONAPPSDIR)" -test -d "$(DESTDIR)$(PYTHONAPPSDIR)/IDLE.app" && rm -r "$(DESTDIR)$(PYTHONAPPSDIR)/IDLE.app" cp -PR IDLE/IDLE.app "$(DESTDIR)$(PYTHONAPPSDIR)" - ln -sf $(INSTALLED_PYTHONAPP) "$(DESDIR)$(PYTHONAPPSDIR)/IDLE.app/Contents/MacOS/Python" + ln -sf $(INSTALLED_PYTHONAPP) "$(DESTDIR)$(PYTHONAPPSDIR)/IDLE.app/Contents/MacOS/Python" touch "$(DESTDIR)$(PYTHONAPPSDIR)/IDLE.app" $(INSTALLED_PYTHONAPP): install_Python |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2008年07月19日 02:48:34 | erickt | set | spambayes_score: 0.0363164 -> 0.03631637 recipients: + erickt |
| 2008年07月19日 02:48:34 | erickt | set | spambayes_score: 0.0363164 -> 0.0363164 messageid: <1216435714.49.0.10489106373.issue3413@psf.upfronthosting.co.za> |
| 2008年07月19日 02:48:33 | erickt | link | issue3413 messages |
| 2008年07月19日 02:48:33 | erickt | create | |