summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2006-10-20 11:24:26 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2006-10-20 11:24:26 +0000
commit4e5aa85bdbb6464103a4621ffbb5011ae735f2d1 (patch)
tree42d23d7fd09de209f846b47342a1aa4d0866a2f8 /dev-ruby/narray/narray-0.5.7_p2.ebuild
parentFix for bug #147165 thanks to armin76 on irc (diff)
downloadhistorical-4e5aa85bdbb6464103a4621ffbb5011ae735f2d1.tar.gz
historical-4e5aa85bdbb6464103a4621ffbb5011ae735f2d1.tar.bz2
historical-4e5aa85bdbb6464103a4621ffbb5011ae735f2d1.zip
Fix sandbox violation, remove old versions. Thanks to Patrick Lauer for reporting in bug #152056.
Package-Manager: portage-2.1.2_pre3-r5
Diffstat (limited to 'dev-ruby/narray/narray-0.5.7_p2.ebuild')
-rw-r--r--dev-ruby/narray/narray-0.5.7_p2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/narray/narray-0.5.7_p2.ebuild b/dev-ruby/narray/narray-0.5.7_p2.ebuild
index 68283f2a74d2..3571a3172cfb 100644
--- a/dev-ruby/narray/narray-0.5.7_p2.ebuild
+++ b/dev-ruby/narray/narray-0.5.7_p2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/narray/narray-0.5.7_p2.ebuild,v 1.11 2006/01/31 19:46:07 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/narray/narray-0.5.7_p2.ebuild,v 1.12 2006/10/20 11:24:26 flameeyes Exp $
inherit ruby
@@ -27,7 +27,7 @@ src_compile() {
src_install() {
local ARCHDIR=`ruby -r rbconfig -e 'print Config::CONFIG["archdir"]'`
- einstall hdrdir=${ARCHDIR} || die
+ make DESTDIR="${D}" hdrdir=${ARCHDIR} install || die
dodoc ChangeLog README.* SPEC.*
}