summaryrefslogtreecommitdiff
path: root/build_tools
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>2010-12-07 12:00:28 +0000
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2010-12-07 12:00:28 +0000
commit7817b1354fe8c7194b11a552c739de171346d60e (patch)
tree64f2a71d44782495f9b6a009788f340267554991 /build_tools
parenta1f473e1ddd8f953fbbcc5de4c46d64249d65495 (diff)
live_dahdi: fix usage of xpp.conf
Link live/usr/share/dahdi/xpp.conf from live/etc/dahdi/xpp.conf in 'config'. This makes the 'live' xpp.conf used rather than the global xpp.conf . Signed-off-by: Tzafrir Cohen <tzafrir.cohen@xorcom.com> git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@9508 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'build_tools')
-rwxr-xr-xbuild_tools/live_dahdi1
1 files changed, 1 insertions, 0 deletions
diff --git a/build_tools/live_dahdi b/build_tools/live_dahdi
index 0e15a6b..7398dce 100755
--- a/build_tools/live_dahdi
+++ b/build_tools/live_dahdi
@@ -251,6 +251,7 @@ export PATH
dahdiconfdir="${DESTDIR}/etc/dahdi"
export dahdiconfdir
EOF
+ ln -s ../../../etc/dahdi/xpp.conf "$DESTDIR/usr/share/dahdi/
;;
rsync)
if [ $# -ne 2 ]; then