diff options
Diffstat (limited to 'src/monkeysphere-authentication')
-rwxr-xr-x | src/monkeysphere-authentication | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/monkeysphere-authentication b/src/monkeysphere-authentication index af8c40d..c924034 100755 --- a/src/monkeysphere-authentication +++ b/src/monkeysphere-authentication @@ -19,14 +19,11 @@ set -o pipefail PGRM=$(basename $0) -SYSSHAREDIR=${MONKEYSPHERE_SYSSHAREDIR:-"/usr/share/monkeysphere"} +SYSSHAREDIR=${MONKEYSPHERE_SYSSHAREDIR:-"__SYSSHAREDIR_PREFIX__/share/monkeysphere"} export SYSSHAREDIR . "${SYSSHAREDIR}/defaultenv" . "${SYSSHAREDIR}/common" -SYSDATADIR=${MONKEYSPHERE_SYSDATADIR:-"/var/lib/monkeysphere"} -export SYSDATADIR - # sharedir for authentication functions MASHAREDIR="${SYSSHAREDIR}/ma" |