Split XBPS_FLAG_FORCE into CONFIGURE and REMOVE_FILES, bump XBPS_API_VERSION.
This commit is contained in:
@ -97,7 +97,8 @@ main(int argc, char **argv)
|
||||
force_rm_with_deps = true;
|
||||
break;
|
||||
case 'f':
|
||||
flags |= XBPS_FLAG_FORCE;
|
||||
flags |= XBPS_FLAG_FORCE_CONFIGURE;
|
||||
flags |= XBPS_FLAG_FORCE_REMOVE_FILES;
|
||||
break;
|
||||
case 'M':
|
||||
install_manual = true;
|
||||
|
Reference in New Issue
Block a user