[LON-CAPA-cvs] cvs: doc /loncapafiles picins_check.piml

raeburn raeburn at source.lon-capa.org
Fri Nov 28 12:55:38 EST 2014


raeburn		Fri Nov 28 17:55:38 2014 EDT

  Modified files:              
    /doc/loncapafiles	picins_check.piml 
  Log:
  - Explicitly set permissions for picins.sty. See:
  http://mail.lon-capa.org/pipermail/lon-capa-admin/2014-September/002919.html
  
  
Index: doc/loncapafiles/picins_check.piml
diff -u doc/loncapafiles/picins_check.piml:1.25 doc/loncapafiles/picins_check.piml:1.26
--- doc/loncapafiles/picins_check.piml:1.25	Sun Jun 29 23:50:25 2014
+++ doc/loncapafiles/picins_check.piml	Fri Nov 28 17:55:38 2014
@@ -3,7 +3,7 @@
 <!-- picins_check.piml -->
 <!-- Stuart Raeburn -->
 
-<!-- $Id: picins_check.piml,v 1.25 2014/06/29 23:50:25 raeburn Exp $ -->
+<!-- $Id: picins_check.piml,v 1.26 2014/11/28 17:55:38 raeburn Exp $ -->
 
 <!--
 
@@ -50,6 +50,7 @@
             my $srcurl = 'http://install.loncapa.org/ctan/tex-archive/macros/latex209/contrib/picins/picins.sty';
             system("/usr/bin/wget -O $picinspath/$file $srcurl 1>/dev/null 2>/dev/null");
             die("/usr/bin/wget -O $srcurl failed") if $?;
+            chmod(0644, "$picinspath/$file");
             if (-e $picinspath.'/'.$file) {
                 system('/usr/bin/texconfig rehash  1>/dev/null 2>/dev/null');
                 die("Can't run /usr/bin/texconfig rehash") if $?;




More information about the LON-CAPA-cvs mailing list