diff --git a/build/getsounds.sh.in b/build/getsounds.sh.in index e2384da4e5..27332bf48c 100755 --- a/build/getsounds.sh.in +++ b/build/getsounds.sh.in @@ -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