diff options
Diffstat (limited to 'app-editors/bvi/bvi-1.4.0_alpha.ebuild')
-rw-r--r-- | app-editors/bvi/bvi-1.4.0_alpha.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-editors/bvi/bvi-1.4.0_alpha.ebuild b/app-editors/bvi/bvi-1.4.0_alpha.ebuild index 37a8371ed7a6..73e51bc105bc 100644 --- a/app-editors/bvi/bvi-1.4.0_alpha.ebuild +++ b/app-editors/bvi/bvi-1.4.0_alpha.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/bvi/bvi-1.4.0_alpha.ebuild,v 1.1 2013/08/27 19:25:13 ryao Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/bvi/bvi-1.4.0_alpha.ebuild,v 1.2 2013/08/27 19:27:02 ryao Exp $ EAPI=3 @@ -36,7 +36,7 @@ src_configure() { } src_install() { - emake DESTDIR="${D}" install || die "make install failed" + emake DESTDIR="${ED}" install || die "make install failed" rm -rf "${ED}"/usr/$(get_libdir)/bmore.help dodoc README CHANGES CREDITS bmore.help } |