diff options
author | B. Watson <yalhcru@gmail.com> | 2018-06-03 23:20:06 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2018-06-03 23:20:06 -0400 |
commit | 4019f257fe4e8e6588e64565fd179f53ee8f2333 (patch) | |
tree | 53575f3806f0360bc7037c233659a504cd82e83c /sbosrcarch | |
parent | 09ce03269ba061b76699e7b3099a3ea48d00235c (diff) | |
download | sbostuff-4019f257fe4e8e6588e64565fd179f53ee8f2333.tar.gz |
sbosrcarch purge_mode fix, wip
Diffstat (limited to 'sbosrcarch')
-rwxr-xr-x | sbosrcarch | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1265,7 +1265,7 @@ sub purge_pass_1_wanted { my ($cat, $name, undef) = split /\//, $_; for(keys %$dls) { my $path = "by-name/$cat/$name/" . url_to_filename($_); - $keep_filenames{$_}++; + $keep_filenames{$path}++; # TODO: populate %keep_md5sums } } |