Commit bd890323 authored by Vitaly Lipatov's avatar Vitaly Lipatov

rpmgp: check curl with epm

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