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

SourceForge.net noreply@sourceforge.net
Sat, 10 May 2003 23:03:02 -0700


Patches item #735614, was opened at 2003-05-10 11:18
Message generated for change (Comment added) made by loewis
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.

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

>Comment By: Martin v. Löwis (loewis)
Date: 2003-05-11 08:03

Message:
Logged In: YES 
user_id=21627

Is this a duplicate of 735613?

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

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