diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2010-06-07 23:09:45 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2010-06-07 23:09:45 +0000 |
commit | 752d10b0475fceabe1b4549c8e771b6ef2d127ce (patch) | |
tree | 91391ff5a02ce0acd6e62ab1911c48f04a09a005 /sys-fs/lvm2/lvm2-2.02.49-r2.ebuild | |
parent | version bump (diff) | |
download | gentoo-2-752d10b0475fceabe1b4549c8e771b6ef2d127ce.tar.gz gentoo-2-752d10b0475fceabe1b4549c8e771b6ef2d127ce.tar.bz2 gentoo-2-752d10b0475fceabe1b4549c8e771b6ef2d127ce.zip |
Bug #318433: fix QA for old ebuilds.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'sys-fs/lvm2/lvm2-2.02.49-r2.ebuild')
-rw-r--r-- | sys-fs/lvm2/lvm2-2.02.49-r2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-fs/lvm2/lvm2-2.02.49-r2.ebuild b/sys-fs/lvm2/lvm2-2.02.49-r2.ebuild index c0be6b7eb581..bf0fef851040 100644 --- a/sys-fs/lvm2/lvm2-2.02.49-r2.ebuild +++ b/sys-fs/lvm2/lvm2-2.02.49-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/lvm2-2.02.49-r2.ebuild,v 1.5 2009/11/30 00:57:50 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/lvm2-2.02.49-r2.ebuild,v 1.6 2010/06/07 23:09:45 robbat2 Exp $ EAPI=2 inherit eutils multilib toolchain-funcs autotools @@ -144,7 +144,7 @@ src_compile() { } src_install() { - emake DESTDIR="${D}" install + emake DESTDIR="${D}" install || die "Failed to emake install" dodir /$(get_libdir) # Put these in root so we can reach before /usr is up |