mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-12 12:15:52 +02:00
Fixed pakfire installing upgrades twice
This commit is contained in:
@@ -410,6 +410,7 @@ sub dblist {
|
||||
foreach $file (@files) {
|
||||
next if ( $file eq "." );
|
||||
next if ( $file eq ".." );
|
||||
next if ( $file =~ /^old/ );
|
||||
open(FILE, "<$Conf::dbdir/meta/$file");
|
||||
@meta = <FILE>;
|
||||
close(FILE);
|
||||
|
||||
Reference in New Issue
Block a user