From 42dc7a93145242a35d6530ffb24a1baa1af38dbe Mon Sep 17 00:00:00 2001 From: Jörg Bornkessel Date: Tue, 1 Jan 2008 11:49:48 +0000 Subject: cleanup; quoting fixed (Portage version: 2.1.3.19) --- app-misc/graphlcd-base/graphlcd-base-0.1.5-r1.ebuild | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'app-misc/graphlcd-base/graphlcd-base-0.1.5-r1.ebuild') diff --git a/app-misc/graphlcd-base/graphlcd-base-0.1.5-r1.ebuild b/app-misc/graphlcd-base/graphlcd-base-0.1.5-r1.ebuild index e1b2f46b6bcf..fe6107ce7a4f 100644 --- a/app-misc/graphlcd-base/graphlcd-base-0.1.5-r1.ebuild +++ b/app-misc/graphlcd-base/graphlcd-base-0.1.5-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/graphlcd-base/graphlcd-base-0.1.5-r1.ebuild,v 1.1 2007/06/28 17:28:07 hd_brummy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/graphlcd-base/graphlcd-base-0.1.5-r1.ebuild,v 1.2 2008/01/01 11:49:47 hd_brummy Exp $ inherit eutils flag-o-matic multilib @@ -22,21 +22,21 @@ RDEPEND="truetype? ( media-libs/freetype src_unpack() { - unpack ${A} - cd ${S} + unpack "${A}" + cd "${S}" sed -i Make.config -e "s:usr\/local:usr:" -e "s:FLAGS *=:FLAGS ?=:" - epatch ${FILESDIR}/${P}-nostrip.patch + epatch "${FILESDIR}/${P}-nostrip.patch" use !truetype && sed -i "s:HAVE_FREETYPE2:#HAVE_FREETYPE2:" Make.config - use unicode && epatch ${WORKDIR}/${P}_utf8.diff && \ + use unicode && epatch "${WORKDIR}/${P}_utf8.diff" && \ sed -i "s:#HAVE_FREETYPE2:HAVE_FREETYPE2:" Make.config } src_install() { - make DESTDIR=${D}/usr LIBDIR=${D}/usr/$(get_libdir) install || die "make install failed" + make DESTDIR="${D}"/usr LIBDIR="${D}"/usr/$(get_libdir) install || die "make install failed" insinto /etc doins graphlcd.conf -- cgit v1.2.3-65-gdbad