Diff for /loncom/build/Attic/parse.pl between versions 1.33 and 1.34

version 1.33, 2001/04/11 03:06:00 version 1.34, 2001/04/13 17:09:09
Line 704  END Line 704  END
  my ($owner,$group)=split(/\:/,$devchown);   my ($owner,$group)=split(/\:/,$devchown);
  if ($category ne 'conf') {   if ($category ne 'conf') {
     $description.=<<END if $category ne 'symbolic link';      $description.=<<END if $category ne 'symbolic link';
 \tinstall -o $owner -g $group -m $devchmod \$(SOURCE)/$source \$(TARGET)/$rot  \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
                 }                  }
     }      }

Removed from v.1.33  
changed lines
  Added in v.1.34


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