libxbps: make xh->cachedir to always use a full path after xbps_init().

This commit is contained in:
Juan RP
2011-12-15 14:24:10 +01:00
parent 70e95786dc
commit 32fdb35c56
2 changed files with 27 additions and 1 deletions

View File

@ -56,7 +56,7 @@
*/
#define XBPS_PKGINDEX_VERSION "1.3"
#define XBPS_API_VERSION "20111215-1"
#define XBPS_API_VERSION "20111215-2"
#define XBPS_VERSION "0.11.0"
/**
@ -481,6 +481,10 @@ struct xbps_handle {
* If NULL default value in \a XBPS_CACHE_PATH is used.
*/
const char *cachedir;
/**
* @private
*/
char *cachedir_priv;
/**
* @var confdir
*