summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMamoru Komachi <usata@gentoo.org>2004-11-23 10:13:05 +0000
committerMamoru Komachi <usata@gentoo.org>2004-11-23 10:13:05 +0000
commit5f6feee6b5da0d8fdecba6259108b97d8ed02da1 (patch)
treec8c39beddd6e683c2e0bad99f6c1826f579d4455 /app-i18n/prime
parentAdded to ~sparc. (Manifest recommit) (diff)
downloadgentoo-2-5f6feee6b5da0d8fdecba6259108b97d8ed02da1.tar.gz
gentoo-2-5f6feee6b5da0d8fdecba6259108b97d8ed02da1.tar.bz2
gentoo-2-5f6feee6b5da0d8fdecba6259108b97d8ed02da1.zip
Changed einstall to make DESTDIR=${D} install; bug #72174.
Diffstat (limited to 'app-i18n/prime')
-rw-r--r--app-i18n/prime/prime-0.8.4.ebuild4
-rw-r--r--app-i18n/prime/prime-0.9.2.ebuild5
2 files changed, 4 insertions, 5 deletions
diff --git a/app-i18n/prime/prime-0.8.4.ebuild b/app-i18n/prime/prime-0.8.4.ebuild
index 72cf4ea4ecce..d73d3b9e8f9e 100644
--- a/app-i18n/prime/prime-0.8.4.ebuild
+++ b/app-i18n/prime/prime-0.8.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/prime/prime-0.8.4.ebuild,v 1.3 2004/09/23 23:53:57 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/prime/prime-0.8.4.ebuild,v 1.4 2004/11/23 10:13:05 usata Exp $
inherit ruby
@@ -26,7 +26,7 @@ RUBY_ECONF="--with-prime-docdir=/usr/share/doc/${PF}/html
--with-rubydir=/usr/lib/ruby/site_ruby"
src_install() {
- einstall || die
+ make DESTDIR=${D} install || die
make DESTDIR=${D} install-etc || die
erubydoc
diff --git a/app-i18n/prime/prime-0.9.2.ebuild b/app-i18n/prime/prime-0.9.2.ebuild
index 92cb5ed6a9a9..50db2647643d 100644
--- a/app-i18n/prime/prime-0.9.2.ebuild
+++ b/app-i18n/prime/prime-0.9.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/prime/prime-0.9.2.ebuild,v 1.3 2004/09/23 23:53:57 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/prime/prime-0.9.2.ebuild,v 1.4 2004/11/23 10:13:05 usata Exp $
inherit ruby
@@ -27,8 +27,7 @@ RUBY_ECONF="--with-prime-docdir=/usr/share/doc/${PF}/html
--with-rubydir=/usr/lib/ruby/site_ruby"
src_install() {
- einstall || die
- make DESTDIR=${D} install-etc || die
+ make DESTDIR=${D} install install-etc || die
erubydoc
}