diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-03-23 20:51:09 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-03-23 20:52:08 +0100 |
commit | df6b99d85b877c01c243e5134049f7d35bbd353b (patch) | |
tree | ccaf8fa869fd3e7e4203be274b1dba198de8b261 /net-libs/signond | |
parent | net-libs/accounts-qt: Fix path to qhelpgenerator (diff) | |
download | gentoo-df6b99d85b877c01c243e5134049f7d35bbd353b.tar.gz gentoo-df6b99d85b877c01c243e5134049f7d35bbd353b.tar.bz2 gentoo-df6b99d85b877c01c243e5134049f7d35bbd353b.zip |
net-libs/signond: Fix path to qhelpgenerator
Closes: https://bugs.gentoo.org/891581
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'net-libs/signond')
-rw-r--r-- | net-libs/signond/signond-8.61.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net-libs/signond/signond-8.61.ebuild b/net-libs/signond/signond-8.61.ebuild index 01cf9c5e7427..ced161610711 100644 --- a/net-libs/signond/signond-8.61.ebuild +++ b/net-libs/signond/signond-8.61.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -45,6 +45,9 @@ PATCHES=( src_prepare() { default + sed -e "/QHG_LOCATION/s|qhelpgenerator|$(qt5_get_bindir)/&|" \ + -i {lib/plugins/,lib/SignOn/,}doc/doxy.conf || die + # install docs to correct location sed -e "s|share/doc/\$\${PROJECT_NAME}|share/doc/${PF}|" \ -i doc/doc.pri || die |