diff options
Diffstat (limited to 'packages')
-rw-r--r-- | packages/darwin_app/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/darwin_app/Makefile b/packages/darwin_app/Makefile index c09271dd..f70e55d1 100644 --- a/packages/darwin_app/Makefile +++ b/packages/darwin_app/Makefile @@ -164,6 +164,8 @@ darwin_app_core: darwin_app_wrapper ln -s bin Scripts cd "$(PD_APP_CONTENTS)/Resources/bin" && \ test -e AppMain.tcl || ln -s pd.tk AppMain.tcl + cd "$(PD_APP_CONTENTS)/Resources/bin" && \ + test -e pdextended || ln -s pd pdextended # 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)/" |