diff options
author | Mark Loeser <halcy0n@gentoo.org> | 2009-10-12 16:39:16 +0000 |
---|---|---|
committer | Mark Loeser <halcy0n@gentoo.org> | 2009-10-12 16:39:16 +0000 |
commit | f91d329ed1b6b051d1a5b13f525924320a80400d (patch) | |
tree | f7349adbfef7709df5b65b15f0171d0f3ce70c27 /app-arch/fastjar/fastjar-0.94.ebuild | |
parent | Use emake. Fix quoting. (diff) | |
download | gentoo-2-f91d329ed1b6b051d1a5b13f525924320a80400d.tar.gz gentoo-2-f91d329ed1b6b051d1a5b13f525924320a80400d.tar.bz2 gentoo-2-f91d329ed1b6b051d1a5b13f525924320a80400d.zip |
QA fixes; unquoted variables
(Portage version: 2.2_rc45/cvs/Linux x86_64)
Diffstat (limited to 'app-arch/fastjar/fastjar-0.94.ebuild')
-rw-r--r-- | app-arch/fastjar/fastjar-0.94.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-arch/fastjar/fastjar-0.94.ebuild b/app-arch/fastjar/fastjar-0.94.ebuild index 78fab9d9b538..41361dafa136 100644 --- a/app-arch/fastjar/fastjar-0.94.ebuild +++ b/app-arch/fastjar/fastjar-0.94.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/fastjar/fastjar-0.94.ebuild,v 1.3 2007/03/11 20:51:02 nichoj Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/fastjar/fastjar-0.94.ebuild,v 1.4 2009/10/12 16:39:16 halcy0n Exp $ DESCRIPTION="A jar program written in C" HOMEPAGE="http://fastjar.sourceforge.net/" @@ -16,6 +16,6 @@ RDEPEND="" DEPEND="" src_install() { - emake DESTDIR=${D} install || die "make install failed" + emake DESTDIR="${D}" install || die "make install failed" dodoc AUTHORS CHANGES NEWS README || die } |