diff --git a/lib/libnetwork.lib.in b/lib/libnetwork.lib.in index a2958e0..afcc9b5 100644 --- a/lib/libnetwork.lib.in +++ b/lib/libnetwork.lib.in @@ -88,6 +88,7 @@ function repository.get_srpm_pckname_from_site() { local pckname_from_HTML=($(sed -n "\ # remove HTML tags --> get a better input /<[aA]\+ [hH]\+[rR]\+[eE]\+[fF]\+=\".*\.src\.rpm\"/{ +s|%2B|+|g; s|.*<[aA]\+ [hH]\+[rR]\+[eE]\+[fF]\+=\"\([^\"]*\)\".*|\1| {/$regexpr/Ip}}" $infile)) echo "${pckname_from_HTML[*]}"