]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/commitdiff
Fixed pakfire installing upgrades twice
authorManiacikarus <maniacikarus@ipfire.org>
Sat, 13 Sep 2008 20:01:20 +0000 (22:01 +0200)
committerManiacikarus <maniacikarus@ipfire.org>
Sat, 13 Sep 2008 20:01:20 +0000 (22:01 +0200)
src/pakfire/lib/functions.pl

index 491c4b076c283897b310c952dab76cd1c56a404b..91e7930d1118cd32cc66d981c34658a310ac0b20 100644 (file)
@@ -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);