From 7562666f6765e046eede17860465e79c6ea01b45 Mon Sep 17 00:00:00 2001
From: Mark Loeser <halcy0n@gentoo.org>
Date: Sat, 17 Oct 2009 23:04:45 +0000
Subject: QA fixes; unquoted variables (Portage version: 2.2_rc46/cvs/Linux
 i686)

---
 app-dicts/ispell-bg/ispell-bg-4.0.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

(limited to 'app-dicts/ispell-bg/ispell-bg-4.0.ebuild')

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
 }
-- 
cgit v1.2.3-65-gdbad