update: better handling of the keep files
This commit is contained in:
@ -25,7 +25,7 @@ bool lm_package_downloaded(lm_pkg_t *pkg){
|
||||
return false;
|
||||
}
|
||||
|
||||
if(!exists(pkg->archive) || !exists(pkg->signature)){
|
||||
if(!exists(pkg->archive, NULL) || !exists(pkg->signature, NULL)){
|
||||
lm_error_set(LM_ERR_PkgNotDownloaded);
|
||||
return false;
|
||||
}
|
||||
|
Reference in New Issue
Block a user