xbps-install: make -f preserve conf files; use it twice to overwrite all files.

This commit is contained in:
Juan RP
2013-02-02 11:30:42 +01:00
parent 7d8f0bb686
commit 5c1688944d
5 changed files with 23 additions and 9 deletions

View File

@@ -122,7 +122,7 @@ unpack_archive(struct xbps_handle *xhp,
euid = geteuid();
if (xhp->flags & XBPS_FLAG_FORCE_INSTALL)
if (xhp->flags & XBPS_FLAG_FORCE_UNPACK)
force = true;
if (xhp->unpack_cb != NULL) {