Kaydet (Commit) 21c1e55c authored tarafından Tor Lillqvist's avatar Tor Lillqvist

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
üst c59bb816
......@@ -45,6 +45,7 @@ Module gid_Module_Root_Brand
gid_Brand_Dir_Share_Uno_Packages,
gid_Brand_Dir_Share_Uno_Packages_Cache,
gid_Brand_Dir_Share_Ure,
gid_Brand_Dir_Share_Ure_Etc,
gid_Brand_Dir_Share_Ure_Share,
gid_Brand_Dir_Share_Glade,
gid_Brand_Dir_Share_Labels,
......@@ -446,6 +447,11 @@ Directory gid_Brand_Dir_Share_Ure
DosName = "ure";
End
Directory gid_Brand_Dir_Share_Ure_Etc
ParentID = gid_Brand_Dir_Share_Ure;
DosName = "etc";
End
Directory gid_Brand_Dir_Share_Ure_Share
ParentID = gid_Brand_Dir_Share_Ure;
DosName = "share";
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment