added a new ORE tag

This commit is contained in:
Aurelien Foret 2005-04-24 21:28:02 +00:00
parent 49257b49f9
commit 62d9957739

View file

@ -108,6 +108,8 @@ int pacman_remove(list_t *targets)
*/ */
if(pmo_flags & PM_TRANS_FLAG_RECURSE || pmo_flags & PM_TRANS_FLAG_CASCADE) { if(pmo_flags & PM_TRANS_FLAG_RECURSE || pmo_flags & PM_TRANS_FLAG_CASCADE) {
/* list transaction targets */ /* 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)); PM_LIST_display("\nTargets:", alpm_trans_getinfo(PM_TRANS_TARGETS));
/* get confirmation */ /* get confirmation */
if(yesno("\nDo you want to remove these packages? [Y/n] ") == 0) { if(yesno("\nDo you want to remove these packages? [Y/n] ") == 0) {