From f3c5f9b4d1eaa34c0d3893e985900b908f0b08b0 Mon Sep 17 00:00:00 2001 From: Judd Vinet Date: Sat, 28 Jan 2006 04:48:51 +0000 Subject: Search through package provides if no literal matches are found when scanning for targets with -S --- lib/libalpm/add.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libalpm/add.c') diff --git a/lib/libalpm/add.c b/lib/libalpm/add.c index e6af43a9..a7fb922d 100644 --- a/lib/libalpm/add.c +++ b/lib/libalpm/add.c @@ -647,7 +647,7 @@ int add_commit(pmtrans_t *trans, pmdb_t *db) continue; } } - _alpm_log(PM_LOG_DEBUG, "adding '%s' in requiredby field for '%s'", tmpp->name, info->name); + _alpm_log(PM_LOG_DEBUG, "adding '%s' in requiredby field for '%s'", info->name, depinfo->name); depinfo->requiredby = pm_list_add(depinfo->requiredby, strdup(info->name)); if(db_write(db, depinfo, INFRQ_DEPENDS)) { _alpm_log(PM_LOG_ERROR, "could not update 'requiredby' database entry '%s-%s'", -- cgit v1.2.3-54-g00ecf