diff options
Diffstat (limited to 'sys-power/apcupsd/apcupsd-3.12.3.ebuild')
-rw-r--r-- | sys-power/apcupsd/apcupsd-3.12.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-power/apcupsd/apcupsd-3.12.3.ebuild b/sys-power/apcupsd/apcupsd-3.12.3.ebuild index e7eb69fc56c6..43136c69d65c 100644 --- a/sys-power/apcupsd/apcupsd-3.12.3.ebuild +++ b/sys-power/apcupsd/apcupsd-3.12.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-power/apcupsd/apcupsd-3.12.3.ebuild,v 1.1 2006/06/21 18:28:36 tantive Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-power/apcupsd/apcupsd-3.12.3.ebuild,v 1.2 2006/10/22 19:49:01 tantive Exp $ inherit eutils webapp @@ -68,7 +68,7 @@ src_compile() { $(use_enable nls) \ ${myconf} \ || die - make || die + emake || die "emake failed" if use doc; then einfo "Building full documentation..." |