diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2008-07-20 06:28:26 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2008-07-20 06:28:26 +0000 |
commit | 939a77b5d43d00f218dc066c20a3f3967c7b869a (patch) | |
tree | 42cf7ea20fa2b669413ad73fbf432fd470f0cee3 /dev-lang | |
parent | Readd ~alpha ~hppa ~ia64 ~ppc64 ~ppc ~sparc ~x86-fbsd since zemberek USE flag... (diff) | |
download | gentoo-2-939a77b5d43d00f218dc066c20a3f3967c7b869a.tar.gz gentoo-2-939a77b5d43d00f218dc066c20a3f3967c7b869a.tar.bz2 gentoo-2-939a77b5d43d00f218dc066c20a3f3967c7b869a.zip |
whitespace
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/rubinius/rubinius-0.9.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/rubinius/rubinius-0.9.0.ebuild b/dev-lang/rubinius/rubinius-0.9.0.ebuild index fae2d26100ed..17fb93c272c3 100644 --- a/dev-lang/rubinius/rubinius-0.9.0.ebuild +++ b/dev-lang/rubinius/rubinius-0.9.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/rubinius/rubinius-0.9.0.ebuild,v 1.1 2008/07/20 00:21:52 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/rubinius/rubinius-0.9.0.ebuild,v 1.2 2008/07/20 06:28:26 mr_bones_ Exp $ EAPI=1 EGIT_REPO_URI="git://git.rubini.us/code" @@ -43,7 +43,7 @@ src_install() { mkdir -p "${D}/usr/bin" install -c bin/rbx "${D}/usr/bin" - export PREFIX="${D}"/usr + export PREFIX="${D}"/usr rake install } |