[Patches] [ python-Patches-735614 ] Python makefile may install idle in the wrong place

SourceForge.net noreply@sourceforge.net
Sat, 10 May 2003 02:18:21 -0700


Patches item #735614, was opened at 2003-05-10 02:18
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=735614&group_id=5470

Category: Build
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: Jeff Stearns (jeffstearns)
Assigned to: Nobody/Anonymous (nobody)
Summary: Python makefile may install idle in the wrong place

Initial Comment:
The Python makefile ignores some parameters when installing idle.

This may cause the .../idle/*.py files to be installed to the wrong 
directory.

The idleinstall target ignores the ${prefix} value in the Makefile.
Instead, it always installs its *.py files below /usr/local/.

Some of us don't install Python there.

The fix is to add a missing line to Makefile.pre.in.

Patch attached.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=735614&group_id=5470