From fd60d97c4602515a2e5d19394aece7fe169f288a Mon Sep 17 00:00:00 2001 From: Chris Gianelloni Date: Mon, 25 Aug 2003 13:19:56 +0000 Subject: Updating unpack_makeself to support newer Makeself version used in America's Army 1.9.0 --- eclass/eutils.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'eclass') diff --git a/eclass/eutils.eclass b/eclass/eutils.eclass index edcd8933703c..13953006d5dc 100644 --- a/eclass/eutils.eclass +++ b/eclass/eutils.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/eutils.eclass,v 1.46 2003/07/22 18:42:59 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/eutils.eclass,v 1.47 2003/08/25 13:19:56 wolf31o2 Exp $ # # Author: Martin Schlemmer # @@ -856,7 +856,7 @@ unpack_makeself() { 2.0|2.0.1) skip=`grep -a ^$'\t'tail ${src} | awk '{print $2}' | cut -b2-` ;; - 2.1.1) + 2.1.*) # tested 2.1.{1,2,3} ... guessing 2.1.x series is same skip=`grep -a ^offset= ${src} | awk '{print $2}' | cut -b2-` let skip="skip + 1" ;; -- cgit v1.2.3-65-gdbad