[Libreoffice-commits] core.git: configure.ac

Tor Lillqvist (via logerrit) logerrit at kemper.freedesktop.org
Wed May 27 11:22:40 UTC 2020


 configure.ac |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 331daea09c7f7bf0a35ca62c99209cf31f8cdc01
Author:     Tor Lillqvist <tml at collabora.com>
AuthorDate: Wed May 27 10:52:40 2020 +0300
Commit:     Tor Lillqvist <tml at collabora.com>
CommitDate: Wed May 27 13:22:06 2020 +0200

    Use $PRODUCTNAME_WITHOUT_SPACES in app bundle name in help message for macOS
    
    Don't mention $PRODUCTNAME at all in the message in general as it
    might look confusing to newbie developers if it says "LibreOfficeDev".
    On the other hand, hardcoding "LibreOffice" is misleading, too, if
    what you are building is something not called LibreOffice.
    
    Change-Id: Iee4949ea68bbaa542b577cc652b5241eaf4ac438
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94932
    Tested-by: Jenkins
    Reviewed-by: Tor Lillqvist <tml at collabora.com>

diff --git a/configure.ac b/configure.ac
index 5ba7b47d8963..fe425319b8f8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13554,11 +13554,11 @@ _EOF
 
 if test $_os != WINNT -a "$CROSS_COMPILING" != TRUE; then
     cat << _EOF
-After the build of LibreOffice has finished successfully, you can immediately run LibreOffice using the command:
+After the build has finished successfully, you can immediately run what you built using the command:
 _EOF
 
     if test $_os = Darwin; then
-        echo open instdir/$PRODUCTNAME.app
+        echo open instdir/$PRODUCTNAME_WITHOUT_SPACES.app
     else
         echo instdir/program/soffice
     fi


More information about the Libreoffice-commits mailing list