mirror of
https://github.com/moparisthebest/pacman
synced 2024-12-23 00:08:50 -05:00
400942fedf
_alpm_filecache_setup() destroys the list of cachedirs when it finds no
writeable directories in the config. This put us in an awkward situation
where _alpm_filecache_find() would locate a downloaded file in a r/o
cachedir, but then fail to install it after _alpm_filecache_setup() is
called (with a NULL argument). Change this behavior to merely prepend
the temporary directory to the list of available cachedirs.
Dan exposed it in
|
||
---|---|---|
.. | ||
libalpm |