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
cb370f1765
commit
3a99c9ebf2
1 changed files with 1 additions and 1 deletions
|
@ -211,7 +211,7 @@ runs:
|
|||
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"")
|
||||
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