[Libreoffice-commits] .: desktop/scripts
Caolán McNamara
caolan at kemper.freedesktop.org
Thu Jan 6 14:08:20 PST 2011
desktop/scripts/soffice.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 8e0b872db191b8103b4cc0c8111a54e10597a073
Author: Caolán McNamara <caolanm at redhat.com>
Date: Thu Jan 6 21:27:25 2011 +0000
Use full path to ooenv.
So that the command line suggested by make dev-install actually works.
diff --git a/desktop/scripts/soffice.sh b/desktop/scripts/soffice.sh
index 60db29c..bc8ecc9 100644
--- a/desktop/scripts/soffice.sh
+++ b/desktop/scripts/soffice.sh
@@ -56,8 +56,8 @@ sd_prog=`pwd`
cd "$sd_cwd"
# linked build needs additional settings
-if [ -e ooenv ] ; then
- . ./ooenv
+if [ -e $sd_prog/ooenv ] ; then
+ . $sd_prog/ooenv
fi
if [ "$VALGRIND" != "" ]; then
More information about the Libreoffice-commits
mailing list