We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48c9879 commit bed6719Copy full SHA for bed6719
1 file changed
lib/transaction_commit.c
@@ -338,6 +338,11 @@ xbps_transaction_commit(struct xbps_handle *xhp)
338
strerror(rv));
339
goto out;
340
}
341
+ } else if (ttype == XBPS_TRANS_CONFIGURE) {
342
+ /*
343
+ * Package just needs to be configured, ignore it.
344
+ */
345
+ continue;
346
} else if (ttype == XBPS_TRANS_HOLD) {
347
/*
348
* Package is on hold mode, ignore it.
0 commit comments