Diff for /loncom/build/Attic/parse.pl between versions 1.40 and 1.41

version 1.40, 2001/05/21 21:56:35 version 1.41, 2001/05/30 17:42:28
Line 735  END Line 735  END
  if ($category ne 'conf' && $category ne 'symbolic link') {   if ($category ne 'conf' && $category ne 'symbolic link') {
     if ($source!~/\*/) {      if ($source!~/\*/) {
  $description.=<<END;   $description.=<<END;
 \ttest -e \$(SOURCE)/$source \&\& install -o $owner -g $group -m $devchmod \$(SOURCE)/$source \$(TARGET)/$rot || echo "**** LON-CAPA WARNING **** CVS source file does not exist: \$(SOURCE)/$source"  \t\@test -e \$(SOURCE)/$source \&\& install -o $owner -g $group -m $devchmod \$(SOURCE)/$source \$(TARGET)/$rot || echo "**** LON-CAPA WARNING **** CVS source file does not exist: \$(SOURCE)/$source"
 END  END
                     }                      }
     else {      else {

Removed from v.1.40  
changed lines
  Added in v.1.41


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