New configuration file via confuse: xbps.conf.

This commit is contained in:
Juan RP
2011-12-15 11:19:20 +01:00
parent 3f45f563be
commit b0ceeaa58e
39 changed files with 336 additions and 544 deletions

View File

@ -81,8 +81,7 @@ find_files_in_packages(const char *pattern)
unsigned int i, count;
xhp = xbps_handle_get();
path = xbps_xasprintf("%s/%s/metadata",
prop_string_cstring_nocopy(xhp->rootdir), XBPS_META_PATH);
path = xbps_xasprintf("%s/%s/metadata", xhp->rootdir, XBPS_META_PATH);
if (path == NULL)
return -1;