[PD-dev] [ pure-data-Bugs-2476163 ] OSX: pd-ext pdp and pidip patches end with .bak

SourceForge.net noreply at sourceforge.net
Tue Dec 30 02:18:35 CET 2008


Bugs item #2476163, was opened at 2008-12-29 20:18
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2476163&group_id=55736

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: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: whyameye (whyameye)
Assigned to: Nobody/Anonymous (nobody)
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

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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2476163&group_id=55736




More information about the Pd-dev mailing list