summaryrefslogtreecommitdiff
path: root/scp2
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-09-16 20:13:01 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-09-16 20:13:01 +0200
commite26a0ea8bf608075d044b47e3ca2182fd61e8d00 (patch)
treeb1c2239b255deb5940347c9de8d5532df3b166ee /scp2
parentcfc4650c8594334edecc3b50ca54461f6bee2d43 (diff)
Wrong URE_INTERNAL_JAVA_DIR value for MACOSX
Change-Id: I96e7573513a14255b556b068b6df8bc619125c4c
Diffstat (limited to 'scp2')
-rw-r--r--scp2/source/ooo/ure.scp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scp2/source/ooo/ure.scp b/scp2/source/ooo/ure.scp
index 86548095cc27..b911a1628dc7 100644
--- a/scp2/source/ooo/ure.scp
+++ b/scp2/source/ooo/ure.scp
@@ -185,7 +185,7 @@ ProfileItem gid_Profileitem_Dl_Uno_Ure_Internal_Java_Dir
Section = "Bootstrap";
Key = "URE_INTERNAL_JAVA_DIR";
#if defined MACOSX
- Value = "${ORIGIN}/../java";
+ Value = "${ORIGIN}/../../java";
#elif defined WNT
Value = "${ORIGIN}/../java";
#else