summaryrefslogtreecommitdiff
path: root/build_tools
diff options
context:
space:
mode:
authorShaun Ruffell <sruffell@digium.com>2008-12-09 19:37:48 +0000
committerShaun Ruffell <sruffell@digium.com>2008-12-09 19:37:48 +0000
commit02b2d069082f1a4afafea1c02e8e021c375ad3fa (patch)
treeafd9b2ed44d0075c90d13339e1c49d397b7d2e91 /build_tools
parent8bb9becc5099d35ff9ef9c6ce51c2abbcb2d110b (diff)
Needed to go up one more level for dahdi_tools.
git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@5460 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'build_tools')
-rwxr-xr-xbuild_tools/live_dahdi2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_tools/live_dahdi b/build_tools/live_dahdi
index c1cfc35..79c47f9 100755
--- a/build_tools/live_dahdi
+++ b/build_tools/live_dahdi
@@ -3,7 +3,7 @@
set -e
LINUX_DIR=${LINUX_DIR:=..}
-TOOLS_DIR=${TOOLS_DIR:=../dahdi-tools}
+TOOLS_DIR=${TOOLS_DIR:=../../dahdi-tools}
DESTDIR=$PWD/live
KVERS=${KVERS:-`uname -r`}
MODULES_DIR="$DESTDIR/lib/modules/$KVERS/dahdi"