commit: c5030059c1b0184e51d56506eed21ec4f2aad287
Author: Christian Ruppert <idl0r <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 28 12:07:22 2022 +0000
Commit: Christian Ruppert <idl0r <AT> gentoo <DOT> org>
CommitDate: Mon Feb 28 12:08:47 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5030059
eclass/unpacker.eclass: Add support for makeself 2.3.0
Signed-off-by: Christian Ruppert <idl0r <AT> gentoo.org>
eclass/unpacker.eclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/eclass/unpacker.eclass b/eclass/unpacker.eclass
index 4c0641d59ce1..de89cd7959a4 100644
--- a/eclass/unpacker.eclass
+++ b/eclass/unpacker.eclass
@@ -212,7 +212,7 @@ unpack_makeself() {
skip=`grep -a ^offset= "${src}" | awk '{print
$3}'`
(( skip++ ))
;;
- 2.1.4|2.1.5|2.1.6|2.2.0|2.4.0)
+ 2.1.4|2.1.5|2.1.6|2.2.0|2.3.0|2.4.0)
skip=$(grep -a offset=.*head.*wc "${src}" | awk
'{print $3}' | head -n 1)
skip=$(head -n ${skip} "${src}" | wc -c)
exe="dd"