From 402df1486eb26e7b38eb1bbbfafc8e68756eb079 Mon Sep 17 00:00:00 2001 From: rubidium Date: Sat, 22 Aug 2009 19:04:20 +0000 Subject: [PATCH] (svn r17264) -Fix (r17261): bundle making for OSX failed --- Makefile.bundle.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.bundle.in b/Makefile.bundle.in index 8fd1b898f4..b7c8d2f8da 100644 --- a/Makefile.bundle.in +++ b/Makefile.bundle.in @@ -44,11 +44,11 @@ bundle: all @echo '[BUNDLE] Constructing bundle' $(Q)rm -rf "$(BUNDLE_DIR)" $(Q)mkdir -p "$(BUNDLE_DIR)" - $(Q)mkdir -p "$(BUNDLE_DIR)/ai" $(Q)mkdir -p "$(BUNDLE_DIR)/docs" $(Q)mkdir -p "$(BUNDLE_DIR)/media" $(Q)mkdir -p "$(BUNDLE_DIR)/scripts" $(Q)mkdir -p "$(TTD_DIR)" + $(Q)mkdir -p "$(AI_DIR)" $(Q)mkdir -p "$(DATA_DIR)" $(Q)mkdir -p "$(LANG_DIR)" ifdef OSXAPP