Commit 366f93de authored by Vitaly Lipatov's avatar Vitaly Lipatov

get_etersoft_srpm_path: allow Source0 also

parent a37dcdf9
......@@ -8,7 +8,7 @@ get_etersoft_srpm_path()
{
local SOURCE BSOURCE BNSOURCE
local ALPHA=$2
local SOURCEFTP=$(eval_spec $1 | get_var "Source")
local SOURCEFTP=$(eval_spec $1 | sed -e "s|^Source0:|Source:|g" | get_var "Source")
if [ -z "$SOURCEFTP" ] ; then
build_rpms_name $1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment