xbps_init() now sets rootdir, cachedir and flags.
That means that the following functions were removed: - xbps_set_{cachedir,flags,rootdir}. - xbps_get_{cachedir,flags,rootdir}. With this change fixed an obvious typo that made -c argument to not work, and now the cache directory is an absolute path not relative to rootdir.
This commit is contained in:
3
NEWS
3
NEWS
@@ -1,5 +1,8 @@
|
||||
xbps-0.8.0 (???):
|
||||
|
||||
* xbps-{bin,repo): -c (cachedir) argument now is an absolute path and
|
||||
not relative to the root directory.
|
||||
|
||||
* Fixed finally when a package should replace an installed package, but
|
||||
at the same time the package to be replaced also needs to be updated
|
||||
in the transaction. A real example:
|
||||
|
Reference in New Issue
Block a user