Bugs item #1602093, was opened at 2006-11-24 05:12 Message generated for change (Comment added) made by zmoelnig 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: Pending Resolution: Fixed
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.
----------------------------------------------------------------------
Comment By: IOhannes m zmlnig (zmoelnig)
Date: 2009-01-12 17:56
Message: following your steps it seems like this is not an issue any more.
----------------------------------------------------------------------
You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1602093...