diff options
author | morganamilo <morganamilo@archlinux.org> | 2021-05-01 22:25:35 +0200 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2021-05-03 04:49:35 +0200 |
commit | ef14c3380da0ed0e3eeba7e8b6c66294db316883 (patch) | |
tree | 5400551360ecd74c5fd021aa26fbadf89c53ed59 /lib/libalpm/base64.c | |
parent | 72238aa046b8a8de1c7b9110726986c7538023b5 (diff) | |
download | pacman-ef14c3380da0ed0e3eeba7e8b6c66294db316883.tar.gz pacman-ef14c3380da0ed0e3eeba7e8b6c66294db316883.tar.xz |
libalpm: fix error when installing cached packages without signatures
With a repo using "SigLevel = Optional" and a package already downloaded
into the cache, download_files() returns 1 (via _alpm_download) to indicate
no files were downloaded. This causes installation of the package to
fail.
Explicitly check that download_files() returns -1 (error) rather than
non-zero.
Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'lib/libalpm/base64.c')
0 files changed, 0 insertions, 0 deletions