mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
correct dmg file name in status message
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39396 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
e309590df8
commit
2ef64f72bd
@ -744,7 +744,7 @@ build_package() {
|
||||
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"
|
||||
echo move to "${DMGLocation}/${DMGNAME}+qt4${MAC_API}.dmg"
|
||||
mv "${DMGLocation}/${DMGNAME}.dmg" "${DMGLocation}/${DMGNAME}+qt4${MAC_API}.dmg"
|
||||
fi
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user