Diff for /loncom/build/Attic/parse.pl between versions 1.18 and 1.19

version 1.18, 2000/12/21 14:38:31 version 1.19, 2000/12/21 14:45:36
Line 181  sub make_file_list { Line 181  sub make_file_list {
     my @allfiles=keys %{$info{'LOCATION'}{$distribution}};      my @allfiles=keys %{$info{'LOCATION'}{$distribution}};
     foreach my $d (@$dirs) {      foreach my $d (@$dirs) {
  # set other values   # set other values
  $description.=<<END   $description.=<<END;
 BinaryRoot/$d  BinaryRoot/$d
 END  END
  my $dirdescription=$info{'DIRECTORY'}{$distribution}{$d}{'DESCRIPTION'};   my $dirdescription=$info{'DIRECTORY'}{$distribution}{$d}{'DESCRIPTION'};

Removed from v.1.18  
changed lines
  Added in v.1.19


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