diff options
author | Christian Heim <phreak@gentoo.org> | 2008-03-14 10:21:54 +0000 |
---|---|---|
committer | Christian Heim <phreak@gentoo.org> | 2008-03-14 10:21:54 +0000 |
commit | 312ff18277faec882f7acca2b0883a8d2a54e648 (patch) | |
tree | 0c520f9baae3d122b68223dd51798675897bf98e /net-im/kf/kf-0.1.4.1.ebuild | |
parent | Removing Karol Pasternak (reb, #114608) from metadata.xml. (diff) | |
download | gentoo-2-312ff18277faec882f7acca2b0883a8d2a54e648.tar.gz gentoo-2-312ff18277faec882f7acca2b0883a8d2a54e648.tar.bz2 gentoo-2-312ff18277faec882f7acca2b0883a8d2a54e648.zip |
Fixing all the minor syntax errors.
(Portage version: 2.1.4.4)
Diffstat (limited to 'net-im/kf/kf-0.1.4.1.ebuild')
-rw-r--r-- | net-im/kf/kf-0.1.4.1.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net-im/kf/kf-0.1.4.1.ebuild b/net-im/kf/kf-0.1.4.1.ebuild index a5e1d1a929a4..a6b84cb24fc8 100644 --- a/net-im/kf/kf-0.1.4.1.ebuild +++ b/net-im/kf/kf-0.1.4.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/kf/kf-0.1.4.1.ebuild,v 1.4 2004/06/24 22:54:58 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/kf/kf-0.1.4.1.ebuild,v 1.5 2008/03/14 10:21:54 phreak Exp $ inherit eutils @@ -18,7 +18,7 @@ KEYWORDS="~x86 ~ppc ~sparc" src_unpack() { unpack ${A} - epatch ${FILESDIR}/${P}-gtkspell-2.0.4-compatibility.diff + epatch "${FILESDIR}"/${P}-gtkspell-2.0.4-compatibility.diff } src_compile() { @@ -27,6 +27,6 @@ src_compile() { } src_install() { - make install DESTDIR=${D} || die 'make install failed' - dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README + make install DESTDIR="${D}" || die 'make install failed' + dodoc AUTHORS ChangeLog INSTALL NEWS README } |