summaryrefslogtreecommitdiff
path: root/dev-db
diff options
context:
space:
mode:
authorJulian Ospald <hasufell@gentoo.org>2013-10-09 15:38:02 +0000
committerJulian Ospald <hasufell@gentoo.org>2013-10-09 15:38:02 +0000
commit9ee33ededbcecbc18a08e729cc036e0601eeb1b6 (patch)
treeaddb54b23e63b616da2a48816f892211e3702e2c /dev-db
parentversion bump wrt #486498 (diff)
downloadgentoo-2-9ee33ededbcecbc18a08e729cc036e0601eeb1b6.tar.gz
gentoo-2-9ee33ededbcecbc18a08e729cc036e0601eeb1b6.tar.bz2
gentoo-2-9ee33ededbcecbc18a08e729cc036e0601eeb1b6.zip
fix doc useflag
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
Diffstat (limited to 'dev-db')
-rw-r--r--dev-db/firebird/ChangeLog6
-rw-r--r--dev-db/firebird/firebird-2.5.2.26539.0.ebuild6
2 files changed, 8 insertions, 4 deletions
diff --git a/dev-db/firebird/ChangeLog b/dev-db/firebird/ChangeLog
index 359f1dcfaa4c..b71fa7db93b6 100644
--- a/dev-db/firebird/ChangeLog
+++ b/dev-db/firebird/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-db/firebird
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/firebird/ChangeLog,v 1.112 2013/01/31 05:57:24 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/firebird/ChangeLog,v 1.113 2013/10/09 15:38:02 hasufell Exp $
+
+ 09 Oct 2013; Julian Ospald <hasufell@gentoo.org>
+ firebird-2.5.2.26539.0.ebuild:
+ fix doc useflag
*firebird-2.5.2.26539.0 (31 Jan 2013)
diff --git a/dev-db/firebird/firebird-2.5.2.26539.0.ebuild b/dev-db/firebird/firebird-2.5.2.26539.0.ebuild
index 2d76e818f651..43c411e9c682 100644
--- a/dev-db/firebird/firebird-2.5.2.26539.0.ebuild
+++ b/dev-db/firebird/firebird-2.5.2.26539.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/firebird/firebird-2.5.2.26539.0.ebuild,v 1.1 2013/01/31 05:57:24 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/firebird/firebird-2.5.2.26539.0.ebuild,v 1.2 2013/10/09 15:38:02 hasufell Exp $
EAPI=4
@@ -133,8 +133,8 @@ src_install() {
cd "${S}/gen/${PN}"
if use doc; then
- dodoc docs/*.pdf
- dodoc "${WORKDIR}"/manuals/*
+ dodoc "${S}"/doc/*.pdf
+ find "${WORKDIR}"/manuals -type f -iname "*.pdf" -exec dodoc '{}' + || die
fi
insinto /usr/include