]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
fix untar of sounds on non linux (FSBUILD-31)
authorMichael Jerris <mike@jerris.com>
Mon, 7 Jan 2008 08:32:43 +0000 (08:32 +0000)
committerMichael Jerris <mike@jerris.com>
Mon, 7 Jan 2008 08:32:43 +0000 (08:32 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7117 d0543943-73ff-0310-b7d9-9358b9ac24b2

build/getsounds.sh.in

index e2384da4e57777a4f567012b3f052555b469549c..27332bf48cbe0c648dd7fa7fc67d28626fd065c4 100755 (executable)
@@ -29,7 +29,7 @@ fi
 
 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