Don't use spaces in either the bundle or dmg name, they're really annoying.

Originally committed to SVN as r4013.
This commit is contained in:
Amar Takhar 2010-01-20 13:34:16 +00:00
parent 349ef61104
commit c61ebef1d1
1 changed files with 2 additions and 2 deletions

View File

@ -228,14 +228,14 @@ AC_DEFINE_UNQUOTED([BUILD_SVN_REVISION], [$SVN_REVISION], [SVN Revision number,
if test "aegisub_FINAL_RELEASE" = "1"; then
AC_DEFINE([FINAL_RELEASE], [aegisub_FINAL_RELEASE], [This is only set to 1 for a RELEASE VERSION.])
BUNDLE_STRING="Aegisub"
DMG_STRING="Aegisub ${PACKAGE_VERSION} (${arch_bundle})"
DMG_STRING="Aegisub-${PACKAGE_VERSION}-${arch_bundle}"
else
PACKAGE_STRING="${PACKAGE_STRING}-dev-r${SVN_REVISION}"
PACKAGE_VERSION="${PACKAGE_VERSION}-dev-r${SVN_REVISION}"
VERSION="${VERSION}-dev-r${SVN_REVISION}"
BUNDLE_STRING="Aegisub ${PACKAGE_VERSION}-dev-${SVN_REVISION}"
DMG_STRING="Aegisub ${PACKAGE_VERSION}-dev-${SVN_REVISION} (${arch_bundle)}"
DMG_STRING="Aegisub-${PACKAGE_VERSION}-dev-${SVN_REVISION}-${arch_bundle}"
fi