summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
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"
;;