Diff for /loncom/build/Attic/parse.pl between versions 1.36 and 1.37

version 1.36, 2001/04/17 14:09:51 version 1.37, 2001/04/17 14:17:22
Line 706  END Line 706  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"  \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"
 END  END
                     }                      }
     else {      else {

Removed from v.1.36  
changed lines
  Added in v.1.37


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