mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
eclass/unpacker.eclass: Add support for makeself 2.4.0
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user