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 | |
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')
-rw-r--r-- | app-i18n/nabi/nabi-0.13.ebuild | 6 | ||||
-rw-r--r-- | app-i18n/nabi/nabi-0.14.ebuild | 6 | ||||
-rw-r--r-- | app-i18n/nabi/nabi-0.15.ebuild | 6 |
3 files changed, 9 insertions, 9 deletions
diff --git a/app-i18n/nabi/nabi-0.13.ebuild b/app-i18n/nabi/nabi-0.13.ebuild index ecf78a9901a7..a45d2854b074 100644 --- a/app-i18n/nabi/nabi-0.13.ebuild +++ b/app-i18n/nabi/nabi-0.13.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.13.ebuild,v 1.10 2007/01/05 16:22:08 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/nabi/nabi-0.13.ebuild,v 1.11 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 DESTDIR="${D}" install || die dodoc AUTHORS ChangeLog README NEWS } 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 } diff --git a/app-i18n/nabi/nabi-0.15.ebuild b/app-i18n/nabi/nabi-0.15.ebuild index 111936ae638b..c27dc16123e6 100644 --- a/app-i18n/nabi/nabi-0.15.ebuild +++ b/app-i18n/nabi/nabi-0.15.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 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.15.ebuild,v 1.6 2008/03/27 16:58:59 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/nabi/nabi-0.15.ebuild,v 1.7 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 } |