diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2008-05-12 23:18:29 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2008-05-12 23:18:29 +0000 |
commit | 9b28888c708ba578080c3c25c72d4c35fda760e5 (patch) | |
tree | 86fe400a64c8f3a1e354537686b7c3484f3c06f5 /packages/darwin_app/Makefile | |
parent | 9e73087ef4c2d652708d5566e1a6be39f7560275 (diff) |
(Ported from Pd-extended 0.39.3) created two different kinds of embedded org.puredata.pd.plist prefs files on Mac OS X. The first is the default settings that come with Pd-extended.app, the second is a prefs file that overrides all others, so that people can make their own custom apps based on the Pd.app, and be sure that the user's prefs aren't going to override things.
svn path=/trunk/; revision=9792
Diffstat (limited to 'packages/darwin_app/Makefile')
-rw-r--r-- | packages/darwin_app/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/darwin_app/Makefile b/packages/darwin_app/Makefile index 86224788..cac96efa 100644 --- a/packages/darwin_app/Makefile +++ b/packages/darwin_app/Makefile @@ -199,7 +199,7 @@ darwin_app_core: darwin_app_wrapper ln -s ../bin/pd.tk AppMain.tcl # support for Info Panel Plugins mgmt cd "$(PD_APP_CONTENTS)" && ln -s Resources/extra Plugins - install -p -m0666 org.puredata.pd.plist "$(PD_APP_CONTENTS)/" + install -p -m0644 org.puredata.pd.default.plist "$(PD_APP_CONTENTS)/" #------------------------------------------------------------------------------# |