Commit 190f2353 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm pack unigine*: add status=progress

parent e43ad936
......@@ -12,7 +12,7 @@ OPKGNAME="Unigine_Heaven"
convert_makeself_to_tar()
{
offset=`head -n 403 "$1" | wc -c | tr -d " "`
dd if="$1" ibs=$offset skip=1 obs=1024 conv=sync | gzip -cd > "$2"
dd if="$1" ibs=$offset skip=1 obs=1024 conv=sync status=progress | gzip -cd > "$2"
}
BASENAME="$(basename $TAR .run | tr "[A-Z_]" "[a-z-]")"
......
......@@ -12,7 +12,7 @@ OPKGNAME="Unigine_Superposition"
convert_makeself_to_tar()
{
offset=`head -n 402 "$1" | wc -c | tr -d " "`
dd if="$1" ibs=$offset skip=1 obs=1024 conv=sync | gzip -cd > "$2"
dd if="$1" ibs=$offset skip=1 obs=1024 conv=sync status=progress | gzip -cd > "$2"
}
BASENAME="$(basename $TAR .run | tr "[A-Z_]" "[a-z-]")"
......
......@@ -12,7 +12,7 @@ OPKGNAME="Unigine_Valley"
convert_makeself_to_tar()
{
offset=`head -n 403 "$1" | wc -c | tr -d " "`
dd if="$1" ibs=$offset skip=1 obs=1024 conv=sync | gzip -cd > "$2"
dd if="$1" ibs=$offset skip=1 obs=1024 conv=sync status=progress | gzip -cd > "$2"
}
BASENAME="$(basename $TAR .run | tr "[A-Z_]" "[a-z-]")"
......
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