diff options
author | 2009-10-28 09:50:48 +0000 | |
---|---|---|
committer | 2009-10-28 09:50:48 +0000 | |
commit | 5c9ef82065a1daefa6e454121b1ff267f8691c24 (patch) | |
tree | 7bf9cc5a83c59c4471165c1e7bec65596daea6d4 /app-text/djvu/djvu-3.5.22.ebuild | |
parent | Improve mask message. (diff) | |
download | gentoo-2-5c9ef82065a1daefa6e454121b1ff267f8691c24.tar.gz gentoo-2-5c9ef82065a1daefa6e454121b1ff267f8691c24.tar.bz2 gentoo-2-5c9ef82065a1daefa6e454121b1ff267f8691c24.zip |
Added || die after make, thank tove. Drop old.
(Portage version: 2.1.7.1/cvs/Linux x86_64)
Diffstat (limited to 'app-text/djvu/djvu-3.5.22.ebuild')
-rw-r--r-- | app-text/djvu/djvu-3.5.22.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/djvu/djvu-3.5.22.ebuild b/app-text/djvu/djvu-3.5.22.ebuild index fa064e431e61..a6215e2e5fc5 100644 --- a/app-text/djvu/djvu-3.5.22.ebuild +++ b/app-text/djvu/djvu-3.5.22.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/djvu/djvu-3.5.22.ebuild,v 1.1 2009/10/09 18:24:00 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/djvu/djvu-3.5.22.ebuild,v 1.2 2009/10/28 09:50:48 pva Exp $ EAPI=1 inherit fdo-mime nsplugins flag-o-matic eutils multilib toolchain-funcs confutils @@ -76,7 +76,7 @@ src_compile() { } src_install() { - emake DESTDIR="${D}" plugindir=/usr/$(get_libdir)/${PLUGINS_DIR} install + emake DESTDIR="${D}" plugindir=/usr/$(get_libdir)/${PLUGINS_DIR} install || die dodoc README TODO NEWS |