summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
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