diff options
Diffstat (limited to 'src/monkeysphere-host')
-rwxr-xr-x | src/monkeysphere-host | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/monkeysphere-host b/src/monkeysphere-host index 6216dce..33a67cc 100755 --- a/src/monkeysphere-host +++ b/src/monkeysphere-host @@ -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 host functions MHSHAREDIR="${SYSSHAREDIR}/mh" |