[Python-bugs-list] [ python-Bugs-735274 ] FILEMODE not honoured

SourceForge.net noreply@sourceforge.net
Fri, 09 May 2003 08:07:44 -0700


Bugs item #735274, was opened at 2003-05-09 17:07
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=735274&group_id=5470

Category: Build
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Jack Jansen (jackjansen)
Assigned to: Martin v. Löwis (loewis)
Summary: FILEMODE not honoured

Initial Comment:
The Python build process doesn't honour the FILEMODE setting in 
Makefile.pre.in (or passed in at install time with "make 
FILEMODE=664 install") because configure sets the install command 
to an explicit "${INSTALL} -m 644" in stead of to "${INSTALL} -m 
${FILEMODE}".

DIRMODE and EXEMODE are handled correctly.

Please let me know whether you agree and assign back to me, if you 
agree I'll put the changes in.

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

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