diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-09-17 11:45:14 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-09-17 11:45:14 +0200 |
commit | 27d5b5c6dd21dd123fad71cf01880299ef969b49 (patch) | |
tree | 3a0cdd27302b12865aa9237dacefa5a7cdbc92c8 /scp2 | |
parent | d49d0139a7f4b9835a2179b6dcc6741a41b0197c (diff) |
BRAND_BIN_SUBDIR -> BRAND_INI_DIR, to cater for new Mac OS X layout
Change-Id: Ic367545895a25a4cf6e95fc1be2f5db9f36a221b
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/source/ooo/common_brand.scp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scp2/source/ooo/common_brand.scp b/scp2/source/ooo/common_brand.scp index 801a4fa5208a..ce7bbc50b581 100644 --- a/scp2/source/ooo/common_brand.scp +++ b/scp2/source/ooo/common_brand.scp @@ -1056,8 +1056,8 @@ ProfileItem gid_Brand_Profileitem_Fundamental_Brand_Bin_Subdir ModuleID = gid_Module_Root_Brand; ProfileID = gid_Brand_Profile_Fundamental_Ini; Section = "Bootstrap"; - Key = "BRAND_BIN_SUBDIR"; - Value = LIBO_BIN_FOLDER; + Key = "BRAND_INI_DIR"; + Value = "${ORIGIN}"; End ProfileItem gid_Brand_Profileitem_Fundamental_Lo_Lib_Dir |