From e62730bf3e0d7b109a05371e261f8ae6552b93bc Mon Sep 17 00:00:00 2001 From: Alin Năstac Date: Mon, 7 Jan 2008 14:25:57 +0000 Subject: ebuild qa fixes (Portage version: 2.1.3.19) --- net-dialup/qlcr/qlcr-0.4.1-r1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net-dialup/qlcr/qlcr-0.4.1-r1.ebuild b/net-dialup/qlcr/qlcr-0.4.1-r1.ebuild index 0b2d6ebbc6d8..6bbddc8b522a 100644 --- a/net-dialup/qlcr/qlcr-0.4.1-r1.ebuild +++ b/net-dialup/qlcr/qlcr-0.4.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/qlcr/qlcr-0.4.1-r1.ebuild,v 1.1 2008/01/07 14:22:28 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/qlcr/qlcr-0.4.1-r1.ebuild,v 1.2 2008/01/07 14:25:57 mrness Exp $ inherit eutils kde-functions @@ -19,14 +19,14 @@ DEPEND="$(qt_min_version 3.3) net-misc/wget" RDEPEND="${DEPEND}" -src_unpack() { +src_unpack() { unpack ${A} cd "${S}" # use a different provider file since the original one is no longer available epatch "${FILESDIR}/${P}-providerfileurl.patch" # reduce font size to 8 pts - sed --in-place "s:9:8:" ${S}/src/lcr.ui || die "sed failed" + sed --in-place "s:9:8:" "${S}"/src/lcr.ui || die "sed failed" } src_compile() { -- cgit v1.2.3-65-gdbad