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

@@ -64,7 +64,7 @@
*/
#define XBPS_PKGINDEX_VERSION "1.6"
#define XBPS_API_VERSION "20121215"
#define XBPS_API_VERSION "20130202"
#ifndef XBPS_VERSION
#define XBPS_VERSION "UNSET"
@@ -189,12 +189,12 @@
#define XBPS_FLAG_DEBUG 0x00000040
/**
* @def XBPS_FLAG_FORCE_INSTALL
* @def XBPS_FLAG_FORCE_UNPACK
* Force flag used in xbps_unpack_binary_pkg(). If set its package
* files will be unpacked overwritting the current ones.
* Must be set through the xbps_handle::flags member.
*/
#define XBPS_FLAG_FORCE_INSTALL 0x00000080
#define XBPS_FLAG_FORCE_UNPACK 0x00000080
/**
* @def XBPS_FETCH_CACHECONN