diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2010-07-16 22:01:56 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2010-07-16 22:01:56 +0000 |
commit | 62f65ad06f659e83bb7ca3e2b87407a5fa223afc (patch) | |
tree | 2696d397df5b6628c9ca6b46a617446d1cf89fb7 /app-emulation/virt-what | |
parent | Stable on amd64 wrt bug #328427 (diff) | |
download | gentoo-2-62f65ad06f659e83bb7ca3e2b87407a5fa223afc.tar.gz gentoo-2-62f65ad06f659e83bb7ca3e2b87407a5fa223afc.tar.bz2 gentoo-2-62f65ad06f659e83bb7ca3e2b87407a5fa223afc.zip |
Add missing make install step
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation/virt-what')
-rw-r--r-- | app-emulation/virt-what/virt-what-1.2.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/app-emulation/virt-what/virt-what-1.2.ebuild b/app-emulation/virt-what/virt-what-1.2.ebuild index c2f9b28a07fd..320cb676c811 100644 --- a/app-emulation/virt-what/virt-what-1.2.ebuild +++ b/app-emulation/virt-what/virt-what-1.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/virt-what/virt-what-1.2.ebuild,v 1.1 2010/07/16 21:58:40 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/virt-what/virt-what-1.2.ebuild,v 1.2 2010/07/16 22:01:56 cardoe Exp $ EAPI=3 @@ -25,3 +25,7 @@ src_prepare() { eautoreconf } + +src_install() { + emake DESTDIR="${D}" install || die "make install failed" +} |