summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/pacman/remove.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pacman/remove.c b/src/pacman/remove.c
index 3a91a87f..7e901cfb 100644
--- a/src/pacman/remove.c
+++ b/src/pacman/remove.c
@@ -108,6 +108,8 @@ int pacman_remove(list_t *targets)
*/
if(pmo_flags & PM_TRANS_FLAG_RECURSE || pmo_flags & PM_TRANS_FLAG_CASCADE) {
/* list transaction targets */
+ /* ORE
+ * we need to get the list from TRANS_PACKAGES info instead of TRANS_TARGETS! */
PM_LIST_display("\nTargets:", alpm_trans_getinfo(PM_TRANS_TARGETS));
/* get confirmation */
if(yesno("\nDo you want to remove these packages? [Y/n] ") == 0) {