diff options
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 8844a8837bf8..967b728b9432 100644 --- a/configure.ac +++ b/configure.ac @@ -12634,7 +12634,7 @@ _EOF if test $_os != WINNT -a "$CROSS_COMPILING" != YES; then cat << _EOF After the build has finished, your can immediately run it using: -instdir/*/program/soffice +instdir/${INPATH}/program/soffice If you want to run the smoketest, issue: $GNUMAKE check |