force dictionary deployment for explicit enabled aspell/hunspell checkers

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35414 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Stephan Witt 2010-09-16 15:13:25 +00:00
parent 17ab5f5a38
commit e6dd339234

View File

@ -87,10 +87,12 @@ while [ $# -gt 0 ]; do
;;
--aspell-deployment=*)
aspell_deployment=`echo ${1}|cut -d= -f2`
aspell_dictionaries=$aspell_deployment
shift
;;
--hunspell-deployment=*)
hunspell_deployment=`echo ${1}|cut -d= -f2`
hunspell_dictionaries=$hunspell_deployment
shift
;;
--thesaurus-deployment=*)
@ -773,6 +775,7 @@ test -n "${DMGLocation}" && (
make_dmg "${DMGLocation}"
if [ -d "${QtInstallDir}/lib/QtCore.framework/Versions/${QtFrameworkVersion}" -a "yes" = "${qt4_deployment}" ]; then
rm -f "${DMGLocation}/${DMGNAME}+qt4.dmg"
echo move to "${DMGLocation}/${DMGNAME}+qt4.dmg"
mv "${DMGLocation}/${DMGNAME}.dmg" "${DMGLocation}/${DMGNAME}+qt4.dmg"
#for libnm in ${QtLibraries} ; do
# fwdir=`framework_name "$libnm"`