mirror of
https://github.com/moparisthebest/pacman
synced 2025-02-28 17:31:52 -05:00
made use of the new ALLDEPS transaction flag to handle "makepkg -s"
This commit is contained in:
parent
668e58626d
commit
325d297739
@ -321,6 +321,7 @@ int parseargs(int argc, char *argv[])
|
||||
case 'D':
|
||||
config->op = (config->op != PM_OP_MAIN ? 0 : PM_OP_DEPTEST);
|
||||
config->op_d_resolve = 1;
|
||||
config->flags |= PM_TRANS_FLAG_ALLDEPS;
|
||||
break;
|
||||
case 'F':
|
||||
config->op = (config->op != PM_OP_MAIN ? 0 : PM_OP_UPGRADE);
|
||||
|
Loading…
x
Reference in New Issue
Block a user