* Now FHS compliant. But the packages it builds will probably not be..

This commit is contained in:
joey
1999-09-06 21:29:23 +00:00
parent 4f5b63ee13
commit 046afb14d4
5 changed files with 23 additions and 13 deletions

View File

@@ -58,7 +58,7 @@ sub GetFields { my ($self,$file)=@_;
$i++;
}
$fields{COPYRIGHT}="see /usr/doc/$fields{NAME}/copyright";
$fields{COPYRIGHT}="see /usr/share/doc/$fields{NAME}/copyright";
$fields{GROUP}="unknown" if (!$fields{GROUP});
$fields{DISTRIBUTION}="Debian";
if ($fields{VERSION} =~ /(.+)-(.+)/) {