xbps-install: -f will also overwrite pkg files.
This commit is contained in:
@@ -118,6 +118,7 @@ main(int argc, char **argv)
|
||||
flags |= XBPS_FLAG_DEBUG;
|
||||
break;
|
||||
case 'f':
|
||||
flags |= XBPS_FLAG_FORCE_INSTALL;
|
||||
reinstall = true;
|
||||
break;
|
||||
case 'h':
|
||||
|
Reference in New Issue
Block a user