diff options
author | Mamoru Komachi <usata@gentoo.org> | 2004-11-23 10:13:05 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2004-11-23 10:13:05 +0000 |
commit | 0b56198642d61769653366c9e9fa81530c4fbede (patch) | |
tree | dd7a5a48945d19acb8b886c08f9498de575e1e16 /app-i18n | |
parent | s/einstall/make DESTDIR=${D} install/. fixes bug #72167. (diff) | |
download | historical-0b56198642d61769653366c9e9fa81530c4fbede.tar.gz historical-0b56198642d61769653366c9e9fa81530c4fbede.tar.bz2 historical-0b56198642d61769653366c9e9fa81530c4fbede.zip |
Changed einstall to make DESTDIR=${D} install; bug #72174.
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/prime/prime-0.8.4.ebuild | 4 | ||||
-rw-r--r-- | app-i18n/prime/prime-0.9.2.ebuild | 5 |
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 } |