summaryrefslogtreecommitdiff
path: root/build_tools
diff options
context:
space:
mode:
authorShaun Ruffell <sruffell@digium.com>2008-12-15 20:31:27 +0000
committerShaun Ruffell <sruffell@digium.com>2008-12-15 20:31:27 +0000
commit21a6c0685798680d28025f4c9498593baa5332d0 (patch)
tree0aac3e1e5222721200a8bdf3ce35de1269331012 /build_tools
parent19e6a49f77d1a8beeb83bfe352605ed536be42b5 (diff)
live_dahdi: Use the nonrelative path for the dahdi-tools folder in live_dahdi.
git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@5535 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 79c47f9..f2627a1 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:=`(cd ../../dahdi-tools; pwd)`}
DESTDIR=$PWD/live
KVERS=${KVERS:-`uname -r`}
MODULES_DIR="$DESTDIR/lib/modules/$KVERS/dahdi"