From c9fe40035329d906c025430fad5f8842b0382299 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Mon, 15 Oct 2012 15:09:17 +0100 Subject: remove -a from cp command as mac os x 10.5 cp does not have the switch --- cocoa/Makefile.target | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cocoa') 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 -- cgit v1.2.3