[Freeswitch-svn] [commit] r7117 - freeswitch/trunk/build
Freeswitch SVN
mikej at freeswitch.org
Mon Jan 7 03:32:43 EST 2008
Author: mikej
Date: Mon Jan 7 03:32:43 2008
New Revision: 7117
Modified:
freeswitch/trunk/build/getsounds.sh.in
Log:
fix untar of sounds on non linux (FSBUILD-31)
Modified: freeswitch/trunk/build/getsounds.sh.in
==============================================================================
--- freeswitch/trunk/build/getsounds.sh.in (original)
+++ freeswitch/trunk/build/getsounds.sh.in Mon Jan 7 03:32:43 2008
@@ -29,7 +29,7 @@
if [ ! -z $install ] ; then
test -d $install || mkdir $install
- cd $install && $ZCAT -c -d $DIR/$tarfile | $TAR x
+ cd $install && $ZCAT -c -d $DIR/$tarfile | $TAR xf -
fi
exit 0
More information about the Freeswitch-svn
mailing list