summaryrefslogtreecommitdiff
path: root/build_tools
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>2010-12-13 15:56:16 +0000
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2010-12-13 15:56:16 +0000
commit26d6323dd2f04241c8354258ca6c6618496cbf36 (patch)
tree8db13c3bd876b10184df127a7e8f925cabb38080 /build_tools
parent4e7b1fd9ff0ac0e89b113fc6c966455f7928ac55 (diff)
live_dahdi: Fix regression from r9508
git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@9532 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 7398dce..23a73bb 100755
--- a/build_tools/live_dahdi
+++ b/build_tools/live_dahdi
@@ -251,7 +251,7 @@ export PATH
dahdiconfdir="${DESTDIR}/etc/dahdi"
export dahdiconfdir
EOF
- ln -s ../../../etc/dahdi/xpp.conf "$DESTDIR/usr/share/dahdi/
+ ln -s ../../../etc/dahdi/xpp.conf "$DESTDIR/usr/share/dahdi/"
;;
rsync)
if [ $# -ne 2 ]; then