Git-Url:
http://git.frugalware.org/gitweb/gitweb.cgi?p=pacman-g2.git;a=commitdiff;h=b6369b026ab46449e5b10e73186db0cf6efb7ce3
commit b6369b026ab46449e5b10e73186db0cf6efb7ce3
Author: Miklos Vajna <[EMAIL PROTECTED]>
Date: Sun Dec 9 01:11:20 2007 +0100
syncpkg() fix for sync022 test
diff --git a/src/pacman-g2/sync.c b/src/pacman-g2/sync.c
index c1915f9..21a846c 100644
--- a/src/pacman-g2/sync.c
+++ b/src/pacman-g2/sync.c
@@ -401,6 +401,7 @@ int syncpkg(list_t *targets)
}
}
/* targ is not a group, see if it's a regex */
+ if(!found) {
for(j = pmc_syncs; j; j = j->next) {
PM_DB *db = j->data;
PM_LIST *k;
@@ -418,6 +419,7 @@ int syncpkg(list_t *targets)
}
}
}
+ }
if(!found) {
/* targ not found in sync db, searching for providers... */
PM_LIST *k = NULL;
_______________________________________________
Frugalware-git mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git