[dahdi-commits] tzafrir: branch linux/2.4 r9745 - /linux/branches/2.4/build_tools/live_dahdi
SVN commits to the DAHDI project
dahdi-commits at lists.digium.com
Wed Feb 9 06:45:43 CST 2011
Author: tzafrir
Date: Wed Feb 9 06:45:39 2011
New Revision: 9745
URL: http://svnview.digium.com/svn/dahdi?view=rev&rev=9745
Log:
live_dahdi: Fix regression from r9508
Signed-off-by: Tzafrir Cohen <tzafrir.cohen at xorcom.com>
Origin: http://svnview.digium.com/svn/dahdi?view=rev&rev=9532
Modified:
linux/branches/2.4/build_tools/live_dahdi
Modified: linux/branches/2.4/build_tools/live_dahdi
URL: http://svnview.digium.com/svn/dahdi/linux/branches/2.4/build_tools/live_dahdi?view=diff&rev=9745&r1=9744&r2=9745
==============================================================================
--- linux/branches/2.4/build_tools/live_dahdi (original)
+++ linux/branches/2.4/build_tools/live_dahdi Wed Feb 9 06:45:39 2011
@@ -250,7 +250,7 @@
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
More information about the dahdi-commits
mailing list