Bugs item #1602093, was opened at 2006-11-23 23:12 Message generated for change (Settings changed) made by eighthave You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1602093...
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: puredata Group: None Status: Open Resolution: None
Priority: 1
Private: No Submitted By: ClaudiusMaximus (claudiusmaximus)
Assigned to: Miller Puckette (millerpuckette)
Summary: non-executable files installed with executable permissions
Initial Comment: With pd-0.40-2 from Miller's site:
./configure --enable-jack --prefix=$HOME/puredata-0-40-2 && make && make install
cd $HOME/puredata-0-40-2
find -type f -exec ls -l {} ; | grep "-rwx" | grep -v ".pd_linux" | sed "s-^.*\ --g" | grep -v "/bin/" | sort
...gives a list of files that are installed with executable permissions and that are not executable files.
This list is attached.
----------------------------------------------------------------------
You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1602093...