summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaun Ruffell <sruffell@digium.com>2008-12-09 19:34:23 +0000
committerShaun Ruffell <sruffell@digium.com>2008-12-09 19:34:23 +0000
commit8bb9becc5099d35ff9ef9c6ce51c2abbcb2d110b (patch)
tree4072e7a728efc465e34f6a4f46da448e4e23f568
parent843c899247b6f93f4f6086d32c387c3b010dfba3 (diff)
Moving live_dahdi into the build_tools dir.
git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@5459 a0bf4364-ded3-4de4-8d8a-66a801d63aff
-rwxr-xr-xbuild_tools/live_dahdi (renamed from live_dahdi)2
1 files changed, 1 insertions, 1 deletions
diff --git a/live_dahdi b/build_tools/live_dahdi
index fd09b6c..c1cfc35 100755
--- a/live_dahdi
+++ b/build_tools/live_dahdi
@@ -2,7 +2,7 @@
set -e
-LINUX_DIR=${LINUX_DIR:=$PWD}
+LINUX_DIR=${LINUX_DIR:=..}
TOOLS_DIR=${TOOLS_DIR:=../dahdi-tools}
DESTDIR=$PWD/live
KVERS=${KVERS:-`uname -r`}