Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Aayush
purr-data
Commits
63f5cf89
Commit
63f5cf89
authored
Jan 24, 2017
by
Albert Gräf
Browse files
Fix broken symlinks in the OSX package.
parent
3e98cda9
Changes
1
Hide whitespace changes
Inline
Side-by-side
packages/darwin_app/Makefile
View file @
63f5cf89
...
...
@@ -85,6 +85,8 @@ endif
# remove the broken pd-l2ork symlink from bin/
rm
$(DESTDIR)/bin/pd-l2ork
install
-p
$(cvs_root_dir)/pd/bin/pd-l2ork
$(DESTDIR)/bin
# fix the broken pd-l2ork symlink in $(DESTDIR), too
ln
-sf
bin/pd-l2ork
$(DESTDIR)
#------------------------------------------------------------------------------#
# this target is for when you already have a pre-built Pd.app and you
...
...
@@ -165,7 +167,7 @@ darwin_app_core: darwin_app_wrapper
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,
# Pd-extended will mimic Pd-vanilla's include/pd until Pd-vanilla gets one
ln
-s
pd
extended
"$(PD_APP_CONTENTS)/Resources/app.nw/include/pd"
ln
-s
pd
-l2ork
"$(PD_APP_CONTENTS)/Resources/app.nw/include/pd"
ln
-s
pd/m_pd.h
"$(PD_APP_CONTENTS)/Resources/app.nw/include/m_pd.h"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment