fix: check if INSTALL script does not exist

This commit is contained in:
ngn
2024-08-08 19:07:28 +03:00
parent 8080299d7d
commit cdb997215b
3 changed files with 3 additions and 6 deletions

View File

@ -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;
}