Skip to content
Snippets Groups Projects
Commit 768fe4ec authored by Jonathan Wilkes's avatar Jonathan Wilkes
Browse files

fix path for "Plugins" symlink

parent 455e07f7
No related branches found
No related tags found
Loading
...@@ -192,7 +192,7 @@ darwin_app_core: darwin_app_wrapper ...@@ -192,7 +192,7 @@ darwin_app_core: darwin_app_wrapper
cd "$(PD_APP_CONTENTS)/Resources" && \ cd "$(PD_APP_CONTENTS)/Resources" && \
ln -s bin Scripts ln -s bin Scripts
# support for Info Panel Plugins mgmt # support for Info Panel Plugins mgmt
cd "$(PD_APP_CONTENTS)" && ln -s Resources/extra Plugins cd "$(PD_APP_CONTENTS)" && ln -s Resources/app.nw/extra Plugins
install -p -m0644 org.puredata.pd-l2ork.default.plist "$(PD_APP_CONTENTS)/Resources/" install -p -m0644 org.puredata.pd-l2ork.default.plist "$(PD_APP_CONTENTS)/Resources/"
# since Pd-vanilla on Mac OS X doesn't have an 'include/pd' folder, # 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 # Pd-extended will mimic Pd-vanilla's include/pd until Pd-vanilla gets one
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment