From 8588ab380b8e64c1c4ba4db2b4b443bd2c8a3a38 Mon Sep 17 00:00:00 2001 From: Kevin Ollivier Date: Fri, 13 Mar 2009 05:23:07 +0000 Subject: [PATCH] Just move the binary inside of the app bundle instead of making a separate copy of it in the bundle. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59506 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- build/bakefiles/mac_bundles.bkl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/bakefiles/mac_bundles.bkl b/build/bakefiles/mac_bundles.bkl index 8f417165eb..96847db952 100644 --- a/build/bakefiles/mac_bundles.bkl +++ b/build/bakefiles/mac_bundles.bkl @@ -61,8 +61,8 @@ echo -n "APPL????" >$(BUNDLE)/PkgInfo - - ln -f $(ref("__targetdir",id))$(ref("__targetname",id)) $(BUNDLE)/MacOS/$(id) + + mv $(ref("__targetdir",id))$(ref("__targetname",id)) $(BUNDLE)/MacOS/$(id) cp -f $(BUNDLE_ICON) $(BUNDLE)/Resources/wxmac.icns -- 2.50.0