aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authork-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c>2008-09-03 23:59:46 +0000
committerk-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c>2008-09-03 23:59:46 +0000
commit45d192b85eec3370e0bd5cfe2588fac8cec28cff (patch)
tree9d1f32a1b02e8efa4489aac31289b1b3c0d9d11c /Makefile.in
parentcbc9a8cc44af46886cacdf4cd825b3551894d0f7 (diff)
downloadusdx-45d192b85eec3370e0bd5cfe2588fac8cec28cff.tar.gz
usdx-45d192b85eec3370e0bd5cfe2588fac8cec28cff.tar.xz
usdx-45d192b85eec3370e0bd5cfe2588fac8cec28cff.zip
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
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in5
1 files changed, 4 insertions, 1 deletions
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