summaryrefslogtreecommitdiff
path: root/odk
diff options
context:
space:
mode:
authorJuergen Schmidt <jsc@openoffice.org>2010-09-29 14:16:04 +0200
committerJuergen Schmidt <jsc@openoffice.org>2010-09-29 14:16:04 +0200
commit5d868ad4ccb6dd9f2c77a8738eaa52fb16fd65b5 (patch)
tree822cc0b349f19bd13f48468b0b6723fd65940bdb /odk
parent3839427b7c198238aa31b5958b3b4744c630d42a (diff)
jsc340: i113043: check the ure-link to support linux distors that move the different office peices somewhere else
Diffstat (limited to 'odk')
-rwxr-xr-xodk/configure.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/odk/configure.pl b/odk/configure.pl
index 789cfac7cd76..ea5b58452b1c 100755
--- a/odk/configure.pl
+++ b/odk/configure.pl
@@ -35,7 +35,7 @@ if ( $main::operatingSystem =~ m/darwin/ )
{
# $main::OO_SDK_URE_HOME = `cd $main::sdkpath/../ure-link && pwd`;
} else {
- $main::OO_SDK_URE_HOME = `cd $main::sdkpath/../../ure && pwd`;
+ $main::OO_SDK_URE_HOME = `cd $main::sdkpath/../ure-link && pwd`;
}
chomp($main::OO_SDK_URE_HOME);