From 21a6c0685798680d28025f4c9498593baa5332d0 Mon Sep 17 00:00:00 2001 From: Shaun Ruffell Date: Mon, 15 Dec 2008 20:31:27 +0000 Subject: 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 --- build_tools/live_dahdi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build_tools') 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" -- cgit v1.2.3