summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2014-02-25 21:04:58 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2014-02-25 21:04:58 +0000
commit3d3770878a2220372d8dc957a23a7b76da8c0e75 (patch)
treed50da55e8d968ecad64ecd79fee17e307b3fa11a /app-officeext
parentVersion bump mdds dep to 0.10.2 as per configure.ac. (diff)
downloadgentoo-2-3d3770878a2220372d8dc957a23a7b76da8c0e75.tar.gz
gentoo-2-3d3770878a2220372d8dc957a23a7b76da8c0e75.tar.bz2
gentoo-2-3d3770878a2220372d8dc957a23a7b76da8c0e75.zip
Fix install phase wrt bug#497992.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 8EEE3BE8)
Diffstat (limited to 'app-officeext')
-rw-r--r--app-officeext/ooofbtools/ChangeLog7
-rw-r--r--app-officeext/ooofbtools/ooofbtools-2.25.ebuild10
2 files changed, 13 insertions, 4 deletions
diff --git a/app-officeext/ooofbtools/ChangeLog b/app-officeext/ooofbtools/ChangeLog
index bfa47c6ecb66..df173339fca7 100644
--- a/app-officeext/ooofbtools/ChangeLog
+++ b/app-officeext/ooofbtools/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-officeext/ooofbtools
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-officeext/ooofbtools/ChangeLog,v 1.3 2013/12/29 10:06:02 scarabeus Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-officeext/ooofbtools/ChangeLog,v 1.4 2014/02/25 21:04:58 scarabeus Exp $
+
+ 25 Feb 2014; Tomáš Chvátal <scarabeus@gentoo.org> ooofbtools-2.25.ebuild:
+ Fix install phase wrt bug#497992.
*ooofbtools-2.25 (29 Dec 2013)
diff --git a/app-officeext/ooofbtools/ooofbtools-2.25.ebuild b/app-officeext/ooofbtools/ooofbtools-2.25.ebuild
index 78d7bb49fdb7..0ec2834dda5f 100644
--- a/app-officeext/ooofbtools/ooofbtools-2.25.ebuild
+++ b/app-officeext/ooofbtools/ooofbtools-2.25.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-officeext/ooofbtools/ooofbtools-2.25.ebuild,v 1.1 2013/12/29 10:06:02 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-officeext/ooofbtools/ooofbtools-2.25.ebuild,v 1.2 2014/02/25 21:04:58 scarabeus Exp $
EAPI=5
@@ -26,3 +26,9 @@ S="${WORKDIR}/${MY_PN}-${PV}"
DOCS=( ChangeLog* )
OFFICE_EXTENSIONS_LOCATION="${S}"
+
+src_install() {
+ default
+
+ einstalldocs
+}