summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2010-06-07 23:09:45 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2010-06-07 23:09:45 +0000
commit752d10b0475fceabe1b4549c8e771b6ef2d127ce (patch)
tree91391ff5a02ce0acd6e62ab1911c48f04a09a005 /sys-fs/lvm2/lvm2-2.02.39.ebuild
parentversion bump (diff)
downloadgentoo-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.39.ebuild')
-rw-r--r--sys-fs/lvm2/lvm2-2.02.39.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-fs/lvm2/lvm2-2.02.39.ebuild b/sys-fs/lvm2/lvm2-2.02.39.ebuild
index 1f1c8e99e448..6dfba706f778 100644
--- a/sys-fs/lvm2/lvm2-2.02.39.ebuild
+++ b/sys-fs/lvm2/lvm2-2.02.39.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.39.ebuild,v 1.9 2009/11/30 00:57:50 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/lvm2-2.02.39.ebuild,v 1.10 2010/06/07 23:09:45 robbat2 Exp $
EAPI=1
inherit eutils multilib
@@ -98,7 +98,7 @@ src_compile() {
}
src_install() {
- emake DESTDIR="${D}" install
+ emake DESTDIR="${D}" install || die "Failed to emake install"
# TODO: At some point in the future, we need to stop installing the static
# as the /sbin/lvm name, and have both variants seperate.
if use static; then