Add SharedSupport/dictionarties to the bundle which will hold spelling
dictionaries. Originally committed to SVN as r2583.
This commit is contained in:
parent
9c04724e13
commit
faa58f80f2
1 changed files with 2 additions and 0 deletions
|
@ -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 ----"
|
||||
|
|
Loading…
Reference in a new issue