summaryrefslogtreecommitdiff
path: root/scp2/source/ooo/ure.scp
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-09-13 07:36:33 +0300
committerTor Lillqvist <tml@collabora.com>2014-09-17 15:51:18 +0300
commit21c1e55cd4ac022144b683bd2e611dba904eaf2a (patch)
tree5f101f8a4278385b6dfbde2b80a6e7ac9ca0bade /scp2/source/ooo/ure.scp
parentc59bb8162fa13d4ae064a564136d5d7bd8f4a1e1 (diff)
Correct the location of the URE unorc in scp2 for OS X
The URE unorc should be in Resources/ure/etc also when constructing an app bundle from scp2 data. Change-Id: Id33d20bda0175018b8340c686ae9cd47525cd401
Diffstat (limited to 'scp2/source/ooo/ure.scp')
-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 1f551ce754f3..01e2cbde0f98 100644
--- a/scp2/source/ooo/ure.scp
+++ b/scp2/source/ooo/ure.scp
@@ -160,7 +160,7 @@ End
Profile gid_Profile_Dl_Uno_Ini
ModuleID = gid_Module_Root_Ure_Hidden;
#if defined MACOSX
- Dir = gid_Brand_Dir_Share_Ure;
+ Dir = gid_Brand_Dir_Share_Ure_Etc;
#else
Dir = SCP2_URE_DL_DIR;
#endif