1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

Fixed typo

This commit is contained in:
MySQL Build Team
2009-01-17 09:29:40 +01:00
parent 004a1396b6
commit 4915050033

View File

@@ -116,7 +116,7 @@ case $PLATFORM in
esac
# Change the distribution to a long descriptive name
if [ x"$SHORT_PRODUCT_TAG = x"" ] ; then
if [ x"$SHORT_PRODUCT_TAG" = x"" ] ; then
NEW_NAME=mysql-$SHORT_PRODUCT_TAG-@VERSION@-$PLATFORM$SUFFIX
else
NEW_NAME=mysql@MYSQL_SERVER_SUFFIX@-@VERSION@-$PLATFORM$SUFFIX