]> git.saurik.com Git - wxWidgets.git/commitdiff
Just move the binary inside of the app bundle instead of making a separate copy of...
authorKevin Ollivier <kevino@theolliviers.com>
Fri, 13 Mar 2009 05:23:07 +0000 (05:23 +0000)
committerKevin Ollivier <kevino@theolliviers.com>
Fri, 13 Mar 2009 05:23:07 +0000 (05:23 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59506 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

build/bakefiles/mac_bundles.bkl

index 8f417165ebfc185e51c7ef90ab16e5d400b1245e..96847db952301aa4f59a9498362449f35312dc79 100644 (file)
@@ -61,8 +61,8 @@
                 <!-- PkgInfo: -->
                 echo -n "APPL????" >$(BUNDLE)/PkgInfo
 
-                <!-- make a hardlink to the binary: -->
-                ln -f $(ref("__targetdir",id))$(ref("__targetname",id)) $(BUNDLE)/MacOS/$(id)
+                <!-- move the binary: -->
+                mv $(ref("__targetdir",id))$(ref("__targetname",id)) $(BUNDLE)/MacOS/$(id)
 
                 <!-- copy the application icon: -->
                 cp -f $(BUNDLE_ICON) $(BUNDLE)/Resources/wxmac.icns