diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2007-03-07 19:37:16 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2007-03-07 19:37:16 +0000 |
commit | 6d47ce9385186d03a82a54769c07d868e9ef8c90 (patch) | |
tree | 98a1dd6710c5af5e62915197bae9c9553dc57a95 /eclass/xfce44.eclass | |
parent | x11-misc/slock: Version bump (diff) | |
download | historical-6d47ce9385186d03a82a54769c07d868e9ef8c90.tar.gz historical-6d47ce9385186d03a82a54769c07d868e9ef8c90.tar.bz2 historical-6d47ce9385186d03a82a54769c07d868e9ef8c90.zip |
Remove || die from end of econf as Portage allready does this; ebuild.sh
Diffstat (limited to 'eclass/xfce44.eclass')
-rw-r--r-- | eclass/xfce44.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/xfce44.eclass b/eclass/xfce44.eclass index 90812775508f..dd3721c0b66c 100644 --- a/eclass/xfce44.eclass +++ b/eclass/xfce44.eclass @@ -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/eclass/xfce44.eclass,v 1.17 2007/02/26 20:07:14 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/xfce44.eclass,v 1.18 2007/03/07 19:37:16 drac Exp $ # Xfce44 Eclass # @@ -126,7 +126,7 @@ xfce44_src_compile() { if has debug ${IUSE}; then XFCE_CONFIG="${XFCE_CONFIG} $(use_enable debug)" fi - ${CONFIGURE} ${XFCE_CONFIG} || die + ${CONFIGURE} ${XFCE_CONFIG} ## JOBS is unset and defaults to make.conf settings ## unless set by single_make emake ${JOBS} || die |