From 91c0d6264ef2bde82c27c893bb962b1aa4e1546f Mon Sep 17 00:00:00 2001 From: k-m_schindler Date: Thu, 5 Mar 2009 17:43:28 +0000 Subject: the macosx icon file (ultrastardx.icns) must be in the folder resources git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1622 b956fd51-792f-4845-bead-9b4dfca2ff2c --- Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index 0a1113a4..ad94259d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -368,7 +368,8 @@ macosx-app: all # Put the icon file into its particular place. # Must be done BEFORE info.plist is created. - $(INSTALL_DATA) icons/ultrastardx.icns $(macosx_bundle_path)/ + $(MKDIR) $(macosx_bundle_path)/resources + $(INSTALL_DATA) icons/ultrastardx.icns $(macosx_bundle_path)/resources/ # the info.plist file $(INSTALL_DATA) $(USDX_SRC_DIR)/macosx/Info.plist $(macosx_bundle_path)/ -- cgit v1.2.3