From 5c3476e5aadb48fdf2b174b9beef21a2d2cc6f18 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Felix=20Paul=20K=C3=BChne?= Date: Tue, 10 Feb 2009 19:41:20 +0100 Subject: [PATCH] mozilla: make sure we set the correct file rights before we distribute the plugin --- projects/mozilla/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/projects/mozilla/Makefile.am b/projects/mozilla/Makefile.am index f68950c0f0..774ad93f49 100644 --- a/projects/mozilla/Makefile.am +++ b/projects/mozilla/Makefile.am @@ -116,6 +116,8 @@ VLC\ Plugin.plugin: npvlc.rsrc $(lib_LTLIBRARIES) cp -r "$(top_builddir)/extras/package/macosx/plugin/English.lproj" "VLC-Plugin.plugin/Contents/Resources/" $(INSTALL) "$(top_builddir)/extras/package/macosx/plugin/Info.plist" "VLC-Plugin.plugin/Contents/Info.plist" mv "VLC-Plugin.plugin" "VLC Plugin.plugin" + find "VLC Plugin.plugin" -type d -exec chmod ugo+rx '{}' \; + find "VLC Plugin.plugin" -type f -exec chmod ugo+r '{}' \; # uncomment if dependencies on XPCOM libs is sought # if test -d "$(MOZILLA_SDK_PATH)/lib"; then \ -- 2.39.2