Minor update for local support

This commit is contained in:
Steve McIntyre 2007-05-12 01:35:39 +00:00
parent 9c78119a6c
commit 55fb140b7c

View File

@ -46,7 +46,7 @@ sub Packages_dir {
$dist = "contrib";
} elsif ($file =~ /\/non-free\//) {
$dist = "non-free";
} elsif ($file =~ /\/local\//) {
} else {
$dist = "local";
}