Commit 0eca8853 authored by Vitaly Lipatov's avatar Vitaly Lipatov

rpmgs: add check for main source

parent fd10cb86
......@@ -484,6 +484,7 @@ update_predownloaded()
mkdir -p $PSM || fatal
cp -a $RGD/* $PSM || fatal
else
[ -n "$CURNAME" ] || fatal "Main source is missed. Check Source: field."
cp -a $RGD/$CURNAME $PSM || fatal
fi
......
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