From 45d192b85eec3370e0bd5cfe2588fac8cec28cff Mon Sep 17 00:00:00 2001 From: k-m_schindler Date: Wed, 3 Sep 2008 23:59:46 +0000 Subject: songs folder created in Application Support/UltraStarDeluxe/Resources. creation of disk image fixed git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1342 b956fd51-792f-4845-bead-9b4dfca2ff2c --- Makefile.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index 324b0c92..aec4be35 100644 --- a/Makefile.in +++ b/Makefile.in @@ -308,6 +308,9 @@ macosx-app: all # Copy the resources. $(MAKE) install-all INSTALL_DATADIR=$(macosx_bundle_path)/Resources bindir=$(macosx_bundle_path)/MacOS +# Create the song directory. + $(MKDIR) $(macosx_bundle_path)/Resources/songs + # final messages @echo "" @echo "Mac OS X application created." @@ -360,7 +363,7 @@ endef macosx-disk-image: macosx-standalone-app $(RM) ultrastardx.dmg $(HDIUTIL) create -type SPARSE -size 30m -fs HFS+ -volname UltraStarDeluxe -ov -attach UltraStarDeluxe.sparseimage - /bin/cp -R ../UltraStarDeluxe.app /Volumes/UltraStarDeluxe + /bin/cp -R UltraStarDeluxe.app /Volumes/UltraStarDeluxe # /bin/cp ultrastardx/icons/UltraStarDeluxeVolumeIcon.icns /Volumes/UltraStarDeluxe/.VolumeIcon.icns # /Developer/Tools/SetFile -a C /Volumes/UltraStarDeluxe/.VolumeIcon.icns /Volumes/UltraStarDeluxe $(HDIUTIL) detach /Volumes/UltraStarDeluxe -- cgit v1.2.3