summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2003-08-25 13:19:56 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2003-08-25 13:19:56 +0000
commitfd60d97c4602515a2e5d19394aece7fe169f288a (patch)
tree00d53b8eff88792af2d098b6ecba12c402ba7859 /eclass
parentcleaning out. (diff)
downloadgentoo-2-fd60d97c4602515a2e5d19394aece7fe169f288a.tar.gz
gentoo-2-fd60d97c4602515a2e5d19394aece7fe169f288a.tar.bz2
gentoo-2-fd60d97c4602515a2e5d19394aece7fe169f288a.zip
Updating unpack_makeself to support newer Makeself version used in America's Army 1.9.0
Diffstat (limited to 'eclass')
-rw-r--r--eclass/eutils.eclass4
1 files changed, 2 insertions, 2 deletions
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 <azarah@gentoo.org>
#
@@ -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"
;;