diff options
Diffstat (limited to 'net-mail/mu/mu-0.9.9.ebuild')
-rw-r--r-- | net-mail/mu/mu-0.9.9.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net-mail/mu/mu-0.9.9.ebuild b/net-mail/mu/mu-0.9.9.ebuild index 2f070c325812..477bf202b7d1 100644 --- a/net-mail/mu/mu-0.9.9.ebuild +++ b/net-mail/mu/mu-0.9.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/mu/mu-0.9.9.ebuild,v 1.1 2012/11/02 22:06:36 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/mu/mu-0.9.9.ebuild,v 1.2 2012/11/02 22:54:57 tomka Exp $ EAPI=4 @@ -32,7 +32,9 @@ SITEFILE="70mu-gentoo.el" src_unpack() { unpack ${P}.tar.gz - use doc && cp "${DISTDIR}"/mu4e-manual-${PV}.pdf "${S}" || die + if use doc ; then + cp "${DISTDIR}"/mu4e-manual-${PV}.pdf "${S}" || die + fi } src_configure() { |