summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaleb Tennis <caleb@gentoo.org>2006-02-28 23:30:44 +0000
committerCaleb Tennis <caleb@gentoo.org>2006-02-28 23:30:44 +0000
commited2b2f8937ffea9da6e591aec702e101fc4b35f1 (patch)
treed000e55a5ffabd73509f373bedb3f348507d4e22 /dev-ruby/ruby-sdl/ruby-sdl-1.0.0.ebuild
parentversion bump (#124058) (diff)
downloadgentoo-2-ed2b2f8937ffea9da6e591aec702e101fc4b35f1.tar.gz
gentoo-2-ed2b2f8937ffea9da6e591aec702e101fc4b35f1.tar.bz2
gentoo-2-ed2b2f8937ffea9da6e591aec702e101fc4b35f1.zip
change einstall to make DESTDIR= install
(Portage version: 2.1_pre5-r1)
Diffstat (limited to 'dev-ruby/ruby-sdl/ruby-sdl-1.0.0.ebuild')
-rw-r--r--dev-ruby/ruby-sdl/ruby-sdl-1.0.0.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-ruby/ruby-sdl/ruby-sdl-1.0.0.ebuild b/dev-ruby/ruby-sdl/ruby-sdl-1.0.0.ebuild
index aa677fec5dcf..78661da55bb8 100644
--- a/dev-ruby/ruby-sdl/ruby-sdl-1.0.0.ebuild
+++ b/dev-ruby/ruby-sdl/ruby-sdl-1.0.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-sdl/ruby-sdl-1.0.0.ebuild,v 1.1 2005/11/01 14:23:20 caleb Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-sdl/ruby-sdl-1.0.0.ebuild,v 1.2 2006/02/28 23:30:44 caleb Exp $
MY_P="${P/-/}"
S="${WORKDIR}/${MY_P}"
@@ -33,7 +33,7 @@ src_compile() {
}
src_install () {
- einstall || die "einstall failed"
+ make DESTDIR=${D} install || die "einstall failed"
dodoc rubysdl_const_list.txt README.en
insinto /usr/share/doc/${P}