commit: 3420a8337a7165eb8dd5e8422a6cf51805c77927
Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 10 01:47:48 2022 +0000
Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Sat Sep 10 01:47:48 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3420a833
dev-db/qdbm: fix docs installation paths
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>
dev-db/qdbm/{qdbm-1.8.78-r3.ebuild => qdbm-1.8.78-r4.ebuild} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-db/qdbm/qdbm-1.8.78-r3.ebuild
b/dev-db/qdbm/qdbm-1.8.78-r4.ebuild
similarity index 97%
rename from dev-db/qdbm/qdbm-1.8.78-r3.ebuild
rename to dev-db/qdbm/qdbm-1.8.78-r4.ebuild
index 826283f03b2b..4351c1689029 100644
--- a/dev-db/qdbm/qdbm-1.8.78-r3.ebuild
+++ b/dev-db/qdbm/qdbm-1.8.78-r4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
@@ -77,7 +77,7 @@ qdbm_foreach_api() {
emake check
;;
install)
- emake DESTDIR="${D}"
MYDATADIR=/usr/share/doc/${P}/html install
+ emake DESTDIR="${D}"
MYDATADIR=/usr/share/doc/${PF}/html install
esac
cd - >/dev/null
else