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

Miklos Vajna vmiklos at collabora.co.uk
Fri Sep 20 00:44:01 PDT 2013


 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e0abdc0c2a4e7ff938c720a8967a6b55e9f1a2fd
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date:   Fri Sep 20 09:42:43 2013 +0200

    configure.ac: use ${INPATH} instead of wildcard
    
    Change-Id: I92c9b72722035ef03e839029a149221dec3fe5b4

diff --git a/configure.ac b/configure.ac
index 8844a88..967b728 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


More information about the Libreoffice-commits mailing list