| Index: content/common/common.sb
|
| diff --git a/content/common/common.sb b/content/common/common.sb
|
| index a3cf89b96c2b002bc846c086c2ffeffaa76f83ee..ef69f83620e46b0cc24d698080cbd55ec1053ea2 100644
|
| --- a/content/common/common.sb
|
| +++ b/content/common/common.sb
|
| @@ -18,8 +18,9 @@
|
| (define enable-logging "ENABLE_LOGGING")
|
| (define component-build-workaround "COMPONENT_BUILD_WORKAROUND")
|
| (define permitted-dir "PERMITTED_DIR")
|
| -(define lion-or-later "LION_OR_LATER")
|
| (define homedir-as-literal "USER_HOMEDIR_AS_LITERAL")
|
| +(define lion-or-later "LION_OR_LATER")
|
| +(define elcap-or-later "ELCAP_OR_LATER")
|
|
|
| ; Consumes a subpath and appends it to the user's homedir path.
|
| (define (user-homedir-path subpath) (string-append (param homedir-as-literal) subpath))
|
|
|