Diff for /doc/loncapafiles/picins_check.piml between versions 1.1 and 1.11

version 1.1, 2008/09/21 00:35:59 version 1.11, 2011/02/27 18:54:59
Line 32  http://www.lon-capa.org/ Line 32  http://www.lon-capa.org/
 <piml>  <piml>
 <files>  <files>
 <file>  <file>
 <perlscript mode="fg" dist="fedora9">  <perlscript mode="fg" dist="fedora9 fedora10 fedora11 fedora12 fedora13 fedora14 rhes6 sles11 suse11.1 suse11.2 suse11.3 suse11.4 debian5 debian6 ubuntu8 ubuntu10">
     my $picinspath = '/usr/share/texmf/tex/latex/picins';       my $picinspath = '/usr/share/texmf/tex/latex/picins'; 
     my $file = 'picins.sty';      my $file = 'picins.sty';
     if (!-e "$picinspath/$file") {      if (!-e "$picinspath/$file") {
Line 52  http://www.lon-capa.org/ Line 52  http://www.lon-capa.org/
             if (-e $picinspath.'/'.$file) {              if (-e $picinspath.'/'.$file) {
                 system('/usr/bin/texconfig rehash  1>/dev/null 2>/dev/null');                  system('/usr/bin/texconfig rehash  1>/dev/null 2>/dev/null');
                 die("Can't run /usr/bin/texconfig rehash") if $?;                  die("Can't run /usr/bin/texconfig rehash") if $?;
                 system("/usr/bin/fmtutil-sys --missing  1>/dev/null 2>/dev/null");                print "$picinspath/$file created and /usr/bin/texconfig rehash ran successfully.\n";                  print "$picinspath/$file created and /usr/bin/texconfig rehash ran successfully.\n";
             } else {              } else {
                 die("Can't find $picinspath/$file");                  die("Can't find $picinspath/$file");
             }              }

Removed from v.1.1  
changed lines
  Added in v.1.11


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>