mirror of
https://tvoygit.ru/Djam/r11_workflows.git
synced 2025-02-23 17:02:46 +00:00
fix libxml2
This commit is contained in:
parent
497ec3dd31
commit
cb370f1765
1 changed files with 2 additions and 1 deletions
|
@ -206,11 +206,12 @@ runs:
|
|||
all_dependencies+=("$BASE_URL/$luazlib_dependencies.rpm")
|
||||
fi
|
||||
;;
|
||||
*libxml2-utils*)
|
||||
*libxml2-utils*|*xml2-devel*|*libxml-2.0*)
|
||||
libxml2utils_dependencies="libxml2-utils-2.9.14-1-rosa2016.1.x86_64"
|
||||
if [[ -n "$libxml2utils_dependencies" ]]; then
|
||||
echo "Found slibxml2utils dependency: $libxml2utils_dependencies"
|
||||
all_dependencies+=("$BASE_URL/$libxml2utils_dependencies.rpm")
|
||||
all_dependencies+=("$BASE_URL/lib64xml2-devel-2.9.14-1-rosa2016.1.x86_64.rpm"")
|
||||
fi
|
||||
;;
|
||||
esac
|
||||
|
|
Loading…
Add table
Reference in a new issue