diff options
Diffstat (limited to 'app-officeext/ooofbtools/ooofbtools-2.25.ebuild')
-rw-r--r-- | app-officeext/ooofbtools/ooofbtools-2.25.ebuild | 10 |
1 files changed, 8 insertions, 2 deletions
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 +} |