[vlc-commits] msi: give at least few permissions to the generated file

Ludovic Fauvet git at videolan.org
Thu Feb 14 13:48:31 CET 2013


vlc | branch: master | Ludovic Fauvet <etix at videolan.org> | Wed Feb 13 18:24:31 2013 +0100| [a004ec0e977e8118d942d9488f9ba5a34d2054f2] | committer: Rafaël Carré

msi: give at least few permissions to the generated file

Signed-off-by: Rafaël Carré <funman at videolan.org>

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

 extras/package/win32/msi.mak |    1 +
 1 file changed, 1 insertion(+)

diff --git a/extras/package/win32/msi.mak b/extras/package/win32/msi.mak
index 8a98406..2e32f2f 100644
--- a/extras/package/win32/msi.mak
+++ b/extras/package/win32/msi.mak
@@ -27,6 +27,7 @@ candle:
 
 light:
 	$(LIGHT) -sval -ext WixUIExtension -ext WixUtilExtension -cultures:en-us -b $(W_MSIDIR) -b $(VLCDIR)/plugins -b $(VLCDIR)/locale -b $(VLCDIR)/lua -b $(VLCDIR)/skins $(W_MSIBUILDDIR)\\product.wixobj $(W_MSIBUILDDIR)\\axvlc.wixobj $(W_MSIBUILDDIR)\\extensions.wixobj $(W_MSIBUILDDIR)\\*.fragment.wixobj -o $(MSIOUTFILE)
+	chmod 644 $(MSIOUTFILE)
 
 cleanmsi:
 	-rm -f $(MSIBUILDDIR)/*.wixobj



More information about the vlc-commits mailing list