]> git.sesse.net Git - vlc/commitdiff
* make sure that VLC-release.app includes permissions which allow it to run on restri...
authorFelix Paul Kühne <fkuehne@videolan.org>
Tue, 26 Jun 2007 18:59:05 +0000 (18:59 +0000)
committerFelix Paul Kühne <fkuehne@videolan.org>
Tue, 26 Jun 2007 18:59:05 +0000 (18:59 +0000)
Makefile.am

index e65c62dfe1b86eda1ac7864c6d94dd53a079875c..929fabe7aeecd6033b72895e0eddd07058ba0db3 100644 (file)
@@ -491,10 +491,10 @@ VLC-release.app: vlc
              $(top_builddir)/VLC-release.app/Contents/Resources/$${i}.lproj ; \
          ln -sf ../English.lproj/MainMenu.nib \
              $(top_builddir)/VLC-release.app/Contents/Resources/$${i}.lproj ; \
-         ln -sf ../English.lproj/vlc.scriptTerminology \
-             $(top_builddir)/VLC-release.app/Contents/Resources/$${i}.lproj ; \
        done
        printf "APPLVLC#" >| $(top_builddir)/VLC-release.app/Contents/PkgInfo
+       find $(top_builddir)/VLC-release.app -type d -exec chmod ugo+rx '{}' \;
+       find $(top_builddir)/VLC-release.app -type f -exec chmod ugo+r '{}' \;
 
 VLC.app: vlc
        @if test -e "$(top_builddir)/tmp"; then \