summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2009-06-13 09:22:07 +0000
committerHans de Graaff <graaff@gentoo.org>2009-06-13 09:22:07 +0000
commitdffd6fe1fee078bf046d8ce3e03ab0205a40b885 (patch)
treec4d08d5b473401996b49b6ca5b4631a971ae926a /dev-ruby/amatch
parentx11-drivers/xf86-video-intel: drop broken 2.7.0 (diff)
downloadhistorical-dffd6fe1fee078bf046d8ce3e03ab0205a40b885.tar.gz
historical-dffd6fe1fee078bf046d8ce3e03ab0205a40b885.tar.bz2
historical-dffd6fe1fee078bf046d8ce3e03ab0205a40b885.zip
Fix quoting.
Package-Manager: portage-2.1.6.13/cvs/Linux x86_64
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
}