X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8588ab380b8e64c1c4ba4db2b4b443bd2c8a3a38..cd15bcaf50ead53ccf9d50965312f0dc754affb4:/build/bakefiles/mac_bundles.bkl diff --git a/build/bakefiles/mac_bundles.bkl b/build/bakefiles/mac_bundles.bkl index 96847db952..470cd19a89 100644 --- a/build/bakefiles/mac_bundles.bkl +++ b/build/bakefiles/mac_bundles.bkl @@ -59,10 +59,10 @@ $(BUNDLE_PLIST) >$(BUNDLE)/Info.plist - echo -n "APPL????" >$(BUNDLE)/PkgInfo + /bin/echo "APPL????" >$(BUNDLE)/PkgInfo - mv $(ref("__targetdir",id))$(ref("__targetname",id)) $(BUNDLE)/MacOS/$(id) + ln -f $(ref("__targetdir",id))$(ref("__targetname",id)) $(BUNDLE)/MacOS/$(id) cp -f $(BUNDLE_ICON) $(BUNDLE)/Resources/wxmac.icns