From 1c753c0707a20edfb2adeb930b7bc453a7043a1a Mon Sep 17 00:00:00 2001 From: François Revel Date: Mon, 9 May 2011 18:39:42 +0000 Subject: OSX: Always empty the Resources folder in the .app bundle when populating it, to avoid errors when copying .svn stuff over a 2nd time. Ideally those shouldn't be copied over anyway, but I didn't yet find an easy way to use tar the way I need. svn path=/trunk/netsurf/; revision=12353 --- cocoa/Makefile.target | 1 + 1 file changed, 1 insertion(+) diff --git a/cocoa/Makefile.target b/cocoa/Makefile.target index 08fc4f1e9..fd88e1dce 100644 --- a/cocoa/Makefile.target +++ b/cocoa/Makefile.target @@ -182,6 +182,7 @@ NetSurf.app: NetSurf cocoa/Makefile.target $(R_RESOURCES) NetSurf.app/Contents/I $(VQ)echo Assembling NetSurf.app bundle $(Q)mkdir -p NetSurf.app/Contents/MacOS $(Q)cp NetSurf NetSurf.app/Contents/MacOS + $(Q)rm -rf NetSurf.app/Contents/Resources $(Q)mkdir -p NetSurf.app/Contents/Resources $(Q)cp -pLR $(R_RESOURCES) NetSurf.app/Contents/Resources $(Q)echo 'APPL????' > NetSurf.app/Contents/PkgInfo -- cgit v1.2.3