xbps-install: -f will also overwrite pkg files.

This commit is contained in:
Juan RP
2012-11-19 20:50:58 +01:00
parent d92c87dbf3
commit 5de4fb1f0a
3 changed files with 20 additions and 8 deletions

View File

@@ -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':