diff options
author | Christian Ruppert <idl0r@gentoo.org> | 2018-08-25 18:59:10 +0200 |
---|---|---|
committer | Christian Ruppert <idl0r@gentoo.org> | 2018-08-25 21:22:07 +0200 |
commit | fbf5dfdd896430710b087515b08e34d528ae8ce1 (patch) | |
tree | 73f015f41c26bbed18a24e0b97819a1fe3cfb8b0 /eclass/unpacker.eclass | |
parent | media-libs/gegl: replace git.gnome.org with gitlab.gnome.org (diff) | |
download | gentoo-fbf5dfdd896430710b087515b08e34d528ae8ce1.tar.gz gentoo-fbf5dfdd896430710b087515b08e34d528ae8ce1.tar.bz2 gentoo-fbf5dfdd896430710b087515b08e34d528ae8ce1.zip |
eclass/unpacker.eclass: Add support for makeself 2.4.0
Diffstat (limited to 'eclass/unpacker.eclass')
-rw-r--r-- | eclass/unpacker.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/unpacker.eclass b/eclass/unpacker.eclass index c2c69dbc7d6b..41aa3ef43da7 100644 --- a/eclass/unpacker.eclass +++ b/eclass/unpacker.eclass @@ -202,7 +202,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.1.4|2.1.5|2.1.6|2.2.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" |