[vlc-commits] contrib: goom: remove the folder we are going to write to
Steve Lhomme
git at videolan.org
Fri Mar 8 16:30:56 CET 2019
vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Thu Mar 7 10:10:05 2019 +0100| [620ffa1b8d762181f08552b1f997effd52d76a3d] | committer: Steve Lhomme
contrib: goom: remove the folder we are going to write to
In case it was already there due to bogus patching/local unpacking
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=620ffa1b8d762181f08552b1f997effd52d76a3d
---
contrib/src/goom/rules.mak | 1 +
1 file changed, 1 insertion(+)
diff --git a/contrib/src/goom/rules.mak b/contrib/src/goom/rules.mak
index 18d0f3cfee..480038a579 100644
--- a/contrib/src/goom/rules.mak
+++ b/contrib/src/goom/rules.mak
@@ -14,6 +14,7 @@ $(TARBALLS)/goom-$(GOOM_VERSION)-src.tar.gz:
.sum-goom: goom-$(GOOM_VERSION)-src.tar.gz
goom: goom-$(GOOM_VERSION)-src.tar.gz .sum-goom
+ -$(RM) -rf goom-2k4-0-src
$(UNPACK)
mv goom2k4-0 goom-2k4-0-src
$(APPLY) $(SRC)/goom/goom2k4-0-memleaks.patch
More information about the vlc-commits
mailing list