Commit bc2b91de authored by Vitaly Lipatov's avatar Vitaly Lipatov

rpmgp: use subdir in tmp

parent 47d1e524
...@@ -58,7 +58,8 @@ get_list() ...@@ -58,7 +58,8 @@ get_list()
local CURL=curl local CURL=curl
which $CURL 2>/dev/null >/dev/null || fatal "curl command needed for download" which $CURL 2>/dev/null >/dev/null || fatal "curl command needed for download"
LIST=$OURTMPDIR/tmp-rpmgpall-$SYS mkdir -p $OURTMPDIR/etersoft-build-utils/
LIST=$OURTMPDIR/etersoft-build-utils/rpmgpall-$SYS
if [ ! -f "$LIST" ] || [ "$FORCE" = "force" ] ; then if [ ! -f "$LIST" ] || [ "$FORCE" = "force" ] ; then
echo "Get list for $SYS from $URL" echo "Get list for $SYS from $URL"
#curl -l $URL/ >$LIST #curl -l $URL/ >$LIST
......
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