From faa58f80f245db1d1165b12676a7bb6201a751f1 Mon Sep 17 00:00:00 2001 From: Amar Takhar Date: Wed, 31 Dec 2008 08:32:43 +0000 Subject: [PATCH] Add SharedSupport/dictionarties to the bundle which will hold spelling dictionaries. Originally committed to SVN as r2583. --- scripts/osx-bundle.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/osx-bundle.sh b/scripts/osx-bundle.sh index ff2649c6a..d5c2efba2 100755 --- a/scripts/osx-bundle.sh +++ b/scripts/osx-bundle.sh @@ -19,6 +19,8 @@ mkdir -v ${PKG_DIR} mkdir -v ${PKG_DIR}/Contents mkdir -v ${PKG_DIR}/Contents/MacOS mkdir -v ${PKG_DIR}/Contents/Resources +mkdir -v ${PKG_DIR}/Contents/SharedSupport +mkdir -v ${PKG_DIR}/Contents/SharedSupport/dictionaries echo echo "---- Copying Skel Files ----"