summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Sandall2007-12-01 12:00:11 -0800
committerEric Sandall2007-12-01 12:00:11 -0800
commitd61c0f44f412815ccbcfef9c6393c42e174e1ca0 (patch)
tree221ee9cb5331d1ee7b9d9130ecf3b0df18787148
parente9a791f0b8144dd545ab497c019aa519b021c79d (diff)
uptimed: Use INSTALL_ROOT in install paths
-rwxr-xr-xutils/uptimed/BUILD2
-rw-r--r--utils/uptimed/HISTORY1
2 files changed, 2 insertions, 1 deletions
diff --git a/utils/uptimed/BUILD b/utils/uptimed/BUILD
index 2f3bdfe6a6..6f96ae644f 100755
--- a/utils/uptimed/BUILD
+++ b/utils/uptimed/BUILD
@@ -1,2 +1,2 @@
-OPTS="$OPTS --bindir=/bin --sbindir=/sbin" &&
+OPTS="$OPTS --bindir=$INSTALL_ROOT/bin --sbindir=$INSTALL_ROOT/sbin" &&
default_build
diff --git a/utils/uptimed/HISTORY b/utils/uptimed/HISTORY
index 39678f21f7..9e4a3c46a5 100644
--- a/utils/uptimed/HISTORY
+++ b/utils/uptimed/HISTORY
@@ -1,6 +1,7 @@
2007-12-01 Eric Sandall <sandalle@sourcemage.org>
* DETAILS: PATCHLEVEL++
Removed UPDATED
+ * BUILD: Use INSTALL_ROOT for install paths
* init.d/uptimed: Create /var/spool/uptimed if it's missing (Bug #14042)
2006-06-28 Eric Sandall <sandalle@sourcemage.org>