summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ruby/amatch')
-rw-r--r--dev-ruby/amatch/ChangeLog7
-rw-r--r--dev-ruby/amatch/amatch-0.2.1.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-ruby/amatch/ChangeLog b/dev-ruby/amatch/ChangeLog
index bd1838a4e81c..e16b19e31432 100644
--- a/dev-ruby/amatch/ChangeLog
+++ b/dev-ruby/amatch/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/amatch
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/amatch/ChangeLog,v 1.8 2008/03/31 14:46:12 pclouds Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/amatch/ChangeLog,v 1.9 2009/06/13 09:22:07 graaff Exp $
+
+ 13 Jun 2009; Hans de Graaff <graaff@gentoo.org> amatch-0.2.1.ebuild:
+ Fix quoting.
31 Mar 2008; Nguyễn Thái Ngọc Duy <pclouds@gentoo.org>
amatch-0.2.1.ebuild:
diff --git a/dev-ruby/amatch/amatch-0.2.1.ebuild b/dev-ruby/amatch/amatch-0.2.1.ebuild
index 5e98aa063e18..19ef2882dee0 100644
--- a/dev-ruby/amatch/amatch-0.2.1.ebuild
+++ b/dev-ruby/amatch/amatch-0.2.1.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/dev-ruby/amatch/amatch-0.2.1.ebuild,v 1.9 2008/03/31 14:46:12 pclouds Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/amatch/amatch-0.2.1.ebuild,v 1.10 2009/06/13 09:22:07 graaff Exp $
inherit ruby
@@ -23,7 +23,7 @@ src_compile() {
}
src_install() {
- ruby install.rb config --prefix=${D}/usr || die 'install.rb config failed'
+ ruby install.rb config --prefix="${D}"/usr || die 'install.rb config failed'
ruby install.rb install || die 'install.rb install failed'
dodoc README.en
}