Commit bd890323 authored by Vitaly Lipatov's avatar Vitaly Lipatov

rpmgp: check curl with epm

parent d4c4819e
......@@ -74,7 +74,7 @@ get_list()
local SYS=${SYSNAME[$1]}
CURL=curl
which $CURL 2>/dev/null >/dev/null || fatal "curl command needed for download"
epm assure $CURL || fatal "curl command needed for download"
mkdir -p $OURTMPDIR/etersoft-build-utils/
LIST=$OURTMPDIR/etersoft-build-utils/rpmgpall-$SYS
if [ ! -f "$LIST" ] || [ "$FORCE" = "force" ] ; then
......
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