xbps-install: make -f preserve conf files; use it twice to overwrite all files.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user