Revision: 22552
          http://gar.svn.sourceforge.net/gar/?rev=22552&view=rev
Author:   pfelecan
Date:     2013-11-18 13:41:57 +0000 (Mon, 18 Nov 2013)
Log Message:
-----------
texlive/trunk: fix local state directory rights

Modified Paths:
--------------
    csw/mgar/pkg/texlive/trunk/Makefile

Modified: csw/mgar/pkg/texlive/trunk/Makefile
===================================================================
--- csw/mgar/pkg/texlive/trunk/Makefile 2013-11-18 13:33:08 UTC (rev 22551)
+++ csw/mgar/pkg/texlive/trunk/Makefile 2013-11-18 13:41:57 UTC (rev 22552)
@@ -5308,8 +5308,8 @@
        rm -rf $(DESTDIR)/$(datadir)/$(TEXMFARPREFIX)
        : create additional hierarchy to reflect texmf.cnf
        ginstall --directory --mode=u=rwx,go=rx 
$(DESTDIR)/$(datadir)/texmf-local
-       ginstall --directory --mode=u=rwx,go=rx 
$(DESTDIR)/$(localstatedir)/lib/texmf-var
-       ginstall --directory --mode=u=rwx,go=rx 
$(DESTDIR)/$(localstatedir)/cache/texmf-fonts
+       ginstall --directory --mode=a=rwx,o+t 
$(DESTDIR)/$(localstatedir)/lib/texmf-var
+       ginstall --directory --mode=a=rwx,o+t 
$(DESTDIR)/$(localstatedir)/cache/texmf-fonts
        ginstall --directory --mode=u=rwx,go=rx $(DESTDIR)/$(sysconfdir)/texmf
        : create all the available formats:
        PATH=$(DESTDIR)/$(bindir):${PATH} LD_LIBRARY_PATH=$(DESTDIR)/$(libdir) 
fmtutil-sys --all

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

Reply via email to