fix: check if INSTALL script does not exist
This commit is contained in:
@ -42,7 +42,6 @@ lm_pkg_files_t *lm_package_extract(lm_pkg_t *pkg, char *target){
|
||||
if(!__lm_package_extract_check(files->data_file) ||
|
||||
!__lm_package_extract_check(files->hashes_file) ||
|
||||
!__lm_package_extract_check(files->changes_file) ||
|
||||
!__lm_package_extract_check(files->install_file) ||
|
||||
!__lm_package_extract_check(files->files_archive)){
|
||||
goto end;
|
||||
}
|
||||
|
Reference in New Issue
Block a user