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
nerrons
purr-data
Commits
894857f9
Commit
894857f9
authored
Dec 16, 2016
by
Jonathan Wilkes
Browse files
remove quotes since we're using a glob for a workaround
parent
d6a04664
Changes
1
Show whitespace changes
Inline
Side-by-side
packages/darwin_app/Makefile
View file @
894857f9
...
@@ -236,7 +236,7 @@ dmg:
...
@@ -236,7 +236,7 @@ dmg:
/Volumes/$(VOLUME_NAME)
/Volumes/$(VOLUME_NAME)
$(MAKE)
-C
$(packages_src)
\
$(MAKE)
-C
$(packages_src)
\
DESTDIR
=
"/Volumes/
$(VOLUME_NAME)
/*.app/Contents/Resources"
doc_format
DESTDIR
=
"/Volumes/
$(VOLUME_NAME)
/*.app/Contents/Resources"
doc_format
chmod
-R
a-w
"
/Volumes/$(VOLUME_NAME)/*.app/Contents/Resources
"
chmod
-R
a-w
/Volumes/$(VOLUME_NAME)/*.app/Contents/Resources
hdiutil
detach
`mount
|
grep
$(VOLUME_NAME)
|
cut
-d
' '
-f
1`
hdiutil
detach
`mount
|
grep
$(VOLUME_NAME)
|
cut
-d
' '
-f
1`
hdiutil
convert
-format
UDZO
-o
"$(PACKAGE_NAME).dmg"
build.dmg
hdiutil
convert
-format
UDZO
-o
"$(PACKAGE_NAME).dmg"
build.dmg
rm
-f
build.dmg
rm
-f
build.dmg
...
...
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