summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2006-11-26 22:03:35 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2006-11-26 22:03:35 +0000
commit88bdad6901627fde20dbee3eb54e479978ac23dd (patch)
treeb27607d0e0076a3709eeb51accdb1fbaedb7e3bd /media-fonts/hkscs-ming/hkscs-ming-1.0_pre20030919-r1.ebuild
parentMaking the quote stripping global so that all quotes are removed. Thankfully ... (diff)
downloadhistorical-88bdad6901627fde20dbee3eb54e479978ac23dd.tar.gz
historical-88bdad6901627fde20dbee3eb54e479978ac23dd.tar.bz2
historical-88bdad6901627fde20dbee3eb54e479978ac23dd.zip
Declare linenumber a locak to shut up Timothy.
Package-Manager: portage-2.1.2_rc2-r2
Diffstat (limited to 'media-fonts/hkscs-ming/hkscs-ming-1.0_pre20030919-r1.ebuild')
-rw-r--r--media-fonts/hkscs-ming/hkscs-ming-1.0_pre20030919-r1.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/media-fonts/hkscs-ming/hkscs-ming-1.0_pre20030919-r1.ebuild b/media-fonts/hkscs-ming/hkscs-ming-1.0_pre20030919-r1.ebuild
index 73fff3b3fa78..f43fb912c4c5 100644
--- a/media-fonts/hkscs-ming/hkscs-ming-1.0_pre20030919-r1.ebuild
+++ b/media-fonts/hkscs-ming/hkscs-ming-1.0_pre20030919-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-fonts/hkscs-ming/hkscs-ming-1.0_pre20030919-r1.ebuild,v 1.9 2006/11/26 21:58:45 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-fonts/hkscs-ming/hkscs-ming-1.0_pre20030919-r1.ebuild,v 1.10 2006/11/26 22:03:35 flameeyes Exp $
inherit rpm font
@@ -25,8 +25,8 @@ FONT_SUFFIX="ttf"
src_unpack() {
# complicated and convoluted unpack procedure
- LINENUMBER=237
- cd "${S}"; tail -n +${LINENUMBER} "${DISTDIR}/${A}" | tar zxvf - || die "unpack failed"
+ local linenumber=237
+ cd "${S}"; tail -n +${linenumber} "${DISTDIR}/${A}" | tar zxvf - || die "unpack failed"
# then we rpm_unpack the fonts package
rpm_unpack "${S}/package_rh/imfont-${RPM_V}-0.i386.rpm"