diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-12-31 21:13:55 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-12-31 21:13:55 +0000 |
commit | e74e9bf5347885e38ee048a92fad5ff3452337a2 (patch) | |
tree | 3f62b7636f05b7c12f568baad98cd54094f6a00b /app-i18n/nabi/nabi-0.14.ebuild | |
parent | Missing IUSE (diff) | |
download | gentoo-2-e74e9bf5347885e38ee048a92fad5ff3452337a2.tar.gz gentoo-2-e74e9bf5347885e38ee048a92fad5ff3452337a2.tar.bz2 gentoo-2-e74e9bf5347885e38ee048a92fad5ff3452337a2.zip |
Fix quoting
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'app-i18n/nabi/nabi-0.14.ebuild')
-rw-r--r-- | app-i18n/nabi/nabi-0.14.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-i18n/nabi/nabi-0.14.ebuild b/app-i18n/nabi/nabi-0.14.ebuild index f59ef2cddc39..17e3b02c1374 100644 --- a/app-i18n/nabi/nabi-0.14.ebuild +++ b/app-i18n/nabi/nabi-0.14.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-i18n/nabi/nabi-0.14.ebuild,v 1.8 2007/01/05 16:22:08 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/nabi/nabi-0.14.ebuild,v 1.9 2009/12/31 21:13:55 ssuominen Exp $ DESCRIPTION="Simple Hanguk X Input Method" HOMEPAGE="http://nabi.kldp.net/" @@ -16,7 +16,7 @@ DEPEND="${RDEPEND} dev-util/pkgconfig" src_install() { - make DESTDIR=${D} install || die "make install failed" + make DESTDIR="${D}" install || die "make install failed" dodoc AUTHORS ChangeLog README NEWS } |