Commit 4ebefbde authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm pack unigine: fix name producing

parent d2a5bfbb
......@@ -15,7 +15,7 @@ convert_makeself_to_tar()
dd if="$1" ibs=$offset skip=1 obs=1024 conv=sync | gzip -cd > "$2"
}
BASENAME="$(basename $(echo $OPKGNAME*.run | tr "[A-Z_]" "[a-z-]") .run)"
BASENAME="$(basename $TAR .run | tr "[A-Z_]" "[a-z-]")"
convert_makeself_to_tar $TAR $BASENAME.tar
......
......@@ -15,7 +15,7 @@ convert_makeself_to_tar()
dd if="$1" ibs=$offset skip=1 obs=1024 conv=sync | gzip -cd > "$2"
}
BASENAME="$(basename $(echo $OPKGNAME*.run | tr "[A-Z_]" "[a-z-]") .run)"
BASENAME="$(basename $TAR .run | tr "[A-Z_]" "[a-z-]")"
convert_makeself_to_tar $TAR $BASENAME.tar
......
......@@ -15,7 +15,7 @@ convert_makeself_to_tar()
dd if="$1" ibs=$offset skip=1 obs=1024 conv=sync | gzip -cd > "$2"
}
BASENAME="$(basename $(echo $OPKGNAME*.run | tr "[A-Z_]" "[a-z-]") .run)"
BASENAME="$(basename $TAR .run | tr "[A-Z_]" "[a-z-]")"
convert_makeself_to_tar $TAR $BASENAME.tar
......
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