[vlc-commits] old contribs: make sure live directory is writable for patching

Rafaël Carré git at videolan.org
Tue Aug 30 05:31:05 CEST 2011


vlc | branch: master | Rafaël Carré <rafael.carre at gmail.com> | Sat Aug 13 21:05:19 2011 -0400| [52ca0da6ca5214af66894377a237e617753a7aa8] | committer: Rafaël Carré

old contribs: make sure live directory is writable for patching

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=52ca0da6ca5214af66894377a237e617753a7aa8
---

 extras/contrib/src/contrib-src.mak |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/extras/contrib/src/contrib-src.mak b/extras/contrib/src/contrib-src.mak
index 2cecbe5..35ddb33 100644
--- a/extras/contrib/src/contrib-src.mak
+++ b/extras/contrib/src/contrib-src.mak
@@ -1283,6 +1283,7 @@ live555-$(LIVEDOTCOM_VERSION).tar.gz:
 
 live: live555-$(LIVEDOTCOM_VERSION).tar.gz
 	$(EXTRACT_GZ)
+	chmod -R u+w live
 	patch -p0 < Patches/live-uselocale.patch
 	patch -p0 < Patches/live-inet_ntop.patch
 ifdef HAVE_WIN64



More information about the vlc-commits mailing list