summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-office/unoconv/unoconv-0.8.2.ebuild')
-rw-r--r--app-office/unoconv/unoconv-0.8.2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-office/unoconv/unoconv-0.8.2.ebuild b/app-office/unoconv/unoconv-0.8.2.ebuild
index 02da637f2ae8..578d57995ee4 100644
--- a/app-office/unoconv/unoconv-0.8.2.ebuild
+++ b/app-office/unoconv/unoconv-0.8.2.ebuild
@@ -36,7 +36,7 @@ src_prepare() {
src_compile() { :; }
src_install() {
- emake -j1 doc-install install install-links DESTDIR="${D}" || die
+ emake -j1 doc-install install install-links DESTDIR="${D}"
- dodoc ChangeLog CHANGELOG.md README.adoc || die
+ dodoc ChangeLog CHANGELOG.md README.adoc
}