summaryrefslogtreecommitdiff
path: root/src/monkeysphere
diff options
context:
space:
mode:
authorJameson Rollins <jrollins@finestructure.net>2010-09-14 12:26:58 -0400
committerJameson Rollins <jrollins@finestructure.net>2010-09-14 12:26:58 -0400
commitc130b480b6e0d327a15f9da9d89ede7f58da32d1 (patch)
treedab2c28bb11716eae45b5addc9ff8fee5f3c765f /src/monkeysphere
parent5de80495d5f73f712f084069c1a7afa6ec2daae4 (diff)
fix specification of install directories in top level scripts.
Various install paths were hard coded in the top level scripts. This was causing problems for non-standard install locations. Also added use of LOCALSTATEDIR variable to specify /var/lib path.
Diffstat (limited to 'src/monkeysphere')
-rwxr-xr-xsrc/monkeysphere2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/monkeysphere b/src/monkeysphere
index 8ce0c22..1cfafb6 100755
--- a/src/monkeysphere
+++ b/src/monkeysphere
@@ -16,7 +16,7 @@ set -e
PGRM=$(basename $0)
-SYSSHAREDIR=${MONKEYSPHERE_SYSSHAREDIR:-"/usr/share/monkeysphere"}
+SYSSHAREDIR=${MONKEYSPHERE_SYSSHAREDIR:-"__SYSSHAREDIR_PREFIX__/share/monkeysphere"}
export SYSSHAREDIR
. "${SYSSHAREDIR}/defaultenv"
. "${SYSSHAREDIR}/common"