diff options
Diffstat (limited to 'packages')
-rw-r--r-- | packages/darwin_app/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/darwin_app/Makefile b/packages/darwin_app/Makefile index d5cb80e8..a32ce3f6 100644 --- a/packages/darwin_app/Makefile +++ b/packages/darwin_app/Makefile @@ -180,7 +180,9 @@ darwin_app_core: darwin_app_wrapper # support for Info Panel Plugins mgmt cd "$(PD_APP_CONTENTS)" && ln -s Resources/extra Plugins install -p -m0644 org.puredata.pdextended.default.plist "$(PD_APP_CONTENTS)/" -# create directory to put Spotlight Importers into +# since Pd-vanilla on Mac OS X doesn't have an 'include/pd' folder, +# Pd-extended will mimic Pd-vanilla's include/pd until Pd-vanilla gets one + ln -s pdextended "$(PD_APP_CONTENTS)/Resources/include/pd" #==============================================================================# |