Bugs item #2476163, was opened at 2008-12-29 20:18 Message generated for change (Settings changed) made by eighthave You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2476163...
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: pd-extended Group: v0.41.0 Status: Pending Resolution: Fixed
Priority: 5 Private: No Submitted By: whyameye (whyameye)
Assigned to: Hans-Christoph Steiner (eighthave)
Summary: OSX: pd-ext pdp and pidip patches end with .bak
Initial Comment: pd-extended 0.40.3 pdp and pidip patches in the documentation folder end with .pd.bak instead of just .pd on OS X.
The problem exists with Pd-extended 0.40.3 release, as well as with the autobuild as off Dec 27, 2008.
Workaround is to rename the files. In a terminal window: cd /Applications/Pd-extended.app/Contents/Resources/doc/5.reference/pdp ls -d *.bak | sed 's/(.*).bak$/mv "&" "\1"/' | sh cd ../pidip ls -d *.bak | sed 's/(.*).bak$/mv "&" "\1"/' | sh
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2009-02-04 00:12
Message: This is fixed Pd-extended 0.41.4-20090131 (there are currently only test builds)
----------------------------------------------------------------------
You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2476163...