From e0abdc0c2a4e7ff938c720a8967a6b55e9f1a2fd Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Fri, 20 Sep 2013 09:42:43 +0200 Subject: [PATCH] configure.ac: use ${INPATH} instead of wildcard Change-Id: I92c9b72722035ef03e839029a149221dec3fe5b4 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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