Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
purr-data
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
brittney allen
purr-data
Commits
768fe4ec
Commit
768fe4ec
authored
8 years ago
by
Jonathan Wilkes
Browse files
Options
Downloads
Patches
Plain Diff
fix path for "Plugins" symlink
parent
455e07f7
No related branches found
Branches containing commit
No related tags found
Tags containing commit
Loading
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
packages/darwin_app/Makefile
+1
-1
1 addition, 1 deletion
packages/darwin_app/Makefile
with
1 addition
and
1 deletion
packages/darwin_app/Makefile
+
1
−
1
View file @
768fe4ec
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment