diff options
author | Mark Loeser <halcy0n@gentoo.org> | 2009-10-11 23:52:32 +0000 |
---|---|---|
committer | Mark Loeser <halcy0n@gentoo.org> | 2009-10-11 23:52:32 +0000 |
commit | fac7cfeaa499a8ba06c9451f8d183d8f33a87ff8 (patch) | |
tree | 66af23a6fd15c6f731b01746599e6df280fcbf25 /app-admin/reportmagic/reportmagic-2.21.ebuild | |
parent | QA fixes; unquoted variables (diff) | |
download | gentoo-2-fac7cfeaa499a8ba06c9451f8d183d8f33a87ff8.tar.gz gentoo-2-fac7cfeaa499a8ba06c9451f8d183d8f33a87ff8.tar.bz2 gentoo-2-fac7cfeaa499a8ba06c9451f8d183d8f33a87ff8.zip |
QA fixes; unquoted variables
(Portage version: 2.2_rc45/cvs/Linux x86_64)
Diffstat (limited to 'app-admin/reportmagic/reportmagic-2.21.ebuild')
-rw-r--r-- | app-admin/reportmagic/reportmagic-2.21.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-admin/reportmagic/reportmagic-2.21.ebuild b/app-admin/reportmagic/reportmagic-2.21.ebuild index 2ad4e248f30d..f0827b5bf851 100644 --- a/app-admin/reportmagic/reportmagic-2.21.ebuild +++ b/app-admin/reportmagic/reportmagic-2.21.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/reportmagic/reportmagic-2.21.ebuild,v 1.12 2006/02/11 21:03:11 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/reportmagic/reportmagic-2.21.ebuild,v 1.13 2009/10/11 23:52:32 halcy0n Exp $ DESCRIPTION="Makes usable statistics from your web site log file analysis" HOMEPAGE="http://www.reportmagic.org/" @@ -28,7 +28,7 @@ DEPEND="sys-libs/zlib S="${WORKDIR}/rmagic-${PV}" src_unpack() { - unpack ${A} ; cd ${S} + unpack ${A} ; cd "${S}" sed -i \ -e "s:^\$DEST.*:\$DEST='${D}/usr/share/reportmagic';:g" \ |