Commit b2884bb2 authored by Rafaël Carré's avatar Rafaël Carré

contrib: speex*: remove destination folder before unpacking

parent af2d829d
......@@ -22,7 +22,7 @@ $(TARBALLS)/speex-git.tar.gz:
touch $@
speex: speex-$(SPEEX_VERSION).tar.gz .sum-speex
rm -Rf $@-git
rm -Rf $@-git $@
mkdir -p $@-git
$(ZCAT) "$<" | (cd $@-git && tar xv --strip-components=1)
$(APPLY) $(SRC)/speex/0001-Add-disable-binaries-option-to-build-only-the-librar.patch
......
......@@ -17,7 +17,7 @@ $(TARBALLS)/speexdsp-git.tar.gz:
touch $@
speexdsp: speexdsp-$(SPEEXDSP_VERSION).tar.gz .sum-speexdsp
rm -Rf $@-git
rm -Rf $@-git $@
mkdir -p $@-git
$(ZCAT) "$<" | (cd $@-git && tar xv --strip-components=1)
$(APPLY) $(SRC)/speexdsp/neon.patch
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment