summaryrefslogtreecommitdiff
path: root/cocoa
diff options
context:
space:
mode:
Diffstat (limited to 'cocoa')
-rw-r--r--cocoa/Makefile.target2
1 files changed, 1 insertions, 1 deletions
diff --git a/cocoa/Makefile.target b/cocoa/Makefile.target
index 635790a61..e8e787022 100644
--- a/cocoa/Makefile.target
+++ b/cocoa/Makefile.target
@@ -221,7 +221,7 @@ package-cocoa: NetSurf.dmg
NetSurf.tmp.dmg: NetSurf.app
hdiutil create -size 8m -fs HFS+ -volname "NetSurf" $@
hdiutil attach $@
- cp -a $^ /Volumes/NetSurf/
+ cp $^ /Volumes/NetSurf/
hdiutil detach $$(echo $$(hdiutil attach $@ | cut -f 1) | cut -f 1 -d ' ')
NetSurf.dmg: NetSurf.tmp.dmg