diff options
author | Mamoru Komachi <usata@gentoo.org> | 2004-11-22 12:45:39 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2004-11-22 12:45:39 +0000 |
commit | 5e8c51b7495f8cacf8ea596210121203623b9dfa (patch) | |
tree | bb3588cda6677bb80e273c442819f4be23b0b8c6 /app-dicts/eblook/eblook-1.5.1.ebuild | |
parent | Marked ppc stable. (Manifest recommit) (diff) | |
download | gentoo-2-5e8c51b7495f8cacf8ea596210121203623b9dfa.tar.gz gentoo-2-5e8c51b7495f8cacf8ea596210121203623b9dfa.tar.bz2 gentoo-2-5e8c51b7495f8cacf8ea596210121203623b9dfa.zip |
Changed einstall to make DESTDIR=${D} install; bug #72014.
Diffstat (limited to 'app-dicts/eblook/eblook-1.5.1.ebuild')
-rw-r--r-- | app-dicts/eblook/eblook-1.5.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-dicts/eblook/eblook-1.5.1.ebuild b/app-dicts/eblook/eblook-1.5.1.ebuild index 81c86bbc8eb4..a4d34bfa53aa 100644 --- a/app-dicts/eblook/eblook-1.5.1.ebuild +++ b/app-dicts/eblook/eblook-1.5.1.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-dicts/eblook/eblook-1.5.1.ebuild,v 1.8 2004/11/18 09:23:17 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/eblook/eblook-1.5.1.ebuild,v 1.9 2004/11/22 12:45:39 usata Exp $ inherit eutils @@ -33,6 +33,6 @@ src_compile() { } src_install() { - einstall || die + make DESTDIR=${D} install || die dodoc AUTHORS ChangeLog INSTALL NEWS README VERSION } |