diff options
author | Mark Loeser <halcy0n@gentoo.org> | 2009-10-17 23:04:45 +0000 |
---|---|---|
committer | Mark Loeser <halcy0n@gentoo.org> | 2009-10-17 23:04:45 +0000 |
commit | 7562666f6765e046eede17860465e79c6ea01b45 (patch) | |
tree | 83672e794fffd6f9814e62ee7c006c2423838785 /app-dicts/ispell-bg/ispell-bg-4.0.ebuild | |
parent | QA fixes; unquoted variables (diff) | |
download | gentoo-2-7562666f6765e046eede17860465e79c6ea01b45.tar.gz gentoo-2-7562666f6765e046eede17860465e79c6ea01b45.tar.bz2 gentoo-2-7562666f6765e046eede17860465e79c6ea01b45.zip |
QA fixes; unquoted variables
(Portage version: 2.2_rc46/cvs/Linux i686)
Diffstat (limited to 'app-dicts/ispell-bg/ispell-bg-4.0.ebuild')
-rw-r--r-- | app-dicts/ispell-bg/ispell-bg-4.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-dicts/ispell-bg/ispell-bg-4.0.ebuild b/app-dicts/ispell-bg/ispell-bg-4.0.ebuild index 3d178208d86c..83b0f64c786d 100644 --- a/app-dicts/ispell-bg/ispell-bg-4.0.ebuild +++ b/app-dicts/ispell-bg/ispell-bg-4.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-bg/ispell-bg-4.0.ebuild,v 1.3 2005/07/08 13:32:40 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-bg/ispell-bg-4.0.ebuild,v 1.4 2009/10/17 23:04:45 halcy0n Exp $ DESCRIPTION="Bulgarian dictionary for ispell" SRC_URI="mirror://sourceforge/bgoffice/${P}.tar.gz" @@ -15,5 +15,5 @@ DEPEND="app-text/ispell" src_install () { insinto /usr/lib/ispell - doins ${S}/data/bulgarian.aff ${S}/data/bulgarian.hash + doins "${S}"/data/bulgarian.aff "${S}"/data/bulgarian.hash } |