Get rid of pkg state half-unpacked; not-installed state is good enough.
This commit is contained in:
@@ -174,8 +174,7 @@ transaction_find_pkg(struct xbps_handle *xhp,
|
||||
|
||||
if (state == XBPS_PKG_STATE_UNPACKED)
|
||||
reason = "configure";
|
||||
else if (state == XBPS_PKG_STATE_NOT_INSTALLED ||
|
||||
state == XBPS_PKG_STATE_HALF_UNPACKED)
|
||||
else if (state == XBPS_PKG_STATE_NOT_INSTALLED)
|
||||
reason = "install";
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user