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 | d59ed84ad736f73c6fdfe2c7923e47bd77eb4fef (patch) | |
tree | 783b400ffb89d21f4655fb4454a84bd3e2f396c7 /net-im/kf/kf-0.1.4.1.ebuild | |
parent | Removing Karol Pasternak (reb, #114608) from metadata.xml. (diff) | |
download | historical-d59ed84ad736f73c6fdfe2c7923e47bd77eb4fef.tar.gz historical-d59ed84ad736f73c6fdfe2c7923e47bd77eb4fef.tar.bz2 historical-d59ed84ad736f73c6fdfe2c7923e47bd77eb4fef.zip |
Fixing all the minor syntax errors.
Package-Manager: portage-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 } |