summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>2011-02-09 12:45:39 +0000
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2011-02-09 12:45:39 +0000
commit887cedd94ab6cde4c46319538f684a1c96d705a3 (patch)
tree6bd308b0a0546993fdc6142ffa15eb1e5e38fe86
parent47c79775a97be9189bdc1b482b68cdef62b71436 (diff)
live_dahdi: Fix regression from r9508
Signed-off-by: Tzafrir Cohen <tzafrir.cohen@xorcom.com> Origin: http://svnview.digium.com/svn/dahdi?view=rev&rev=9532 git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/branches/2.4@9745 a0bf4364-ded3-4de4-8d8a-66a801d63aff
-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 091a755..6262afa 100755
--- a/build_tools/live_dahdi
+++ b/build_tools/live_dahdi
@@ -250,7 +250,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