commit:     73b7d0824442cf3b31cecf1b54fc532afd4e1dd4
Author:     Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Fri Jul  7 20:02:25 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jul 18 19:17:54 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73b7d082

net-mail/qmailadmin: fix wrong dir for chown in 1.2.16-r1

Closes: https://bugs.gentoo.org/898166
Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
Closes: https://github.com/gentoo/gentoo/pull/31793
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-mail/qmailadmin/qmailadmin-1.2.16-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/qmailadmin/qmailadmin-1.2.16-r1.ebuild 
b/net-mail/qmailadmin/qmailadmin-1.2.16-r1.ebuild
index d77c4111aa19..bab2beb85fed 100644
--- a/net-mail/qmailadmin/qmailadmin-1.2.16-r1.ebuild
+++ b/net-mail/qmailadmin/qmailadmin-1.2.16-r1.ebuild
@@ -82,7 +82,7 @@ src_install() {
 
        # CGI needs to be able to read /etc/vpopmail.conf
        # Which is 0640 root:vpopmail, as it contains passwords
-       cgi=/usr/share/webapps/${PN}/${PV}/hostroot/cgi-bin/qmailadmin
+       cgi="${MY_CGIBINDIR}"/qmailadmin
        fowners root:vpopmail ${cgi}
        fperms g+s ${cgi}
 }

Reply via email to