summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRolf Eike Beer <eike@sf-mail.de>2023-07-07 22:02:25 +0200
committerSam James <sam@gentoo.org>2023-07-18 20:17:54 +0100
commit73b7d0824442cf3b31cecf1b54fc532afd4e1dd4 (patch)
treefd4cd7f95374aa172182a08ebefdd4d0edb5761b /net-mail
parentsys-apps/openrc: stable 0.47.1 for hppa, bug #909743 (diff)
downloadgentoo-73b7d0824442cf3b31cecf1b54fc532afd4e1dd4.tar.gz
gentoo-73b7d0824442cf3b31cecf1b54fc532afd4e1dd4.tar.bz2
gentoo-73b7d0824442cf3b31cecf1b54fc532afd4e1dd4.zip
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@sf-mail.de> Closes: https://github.com/gentoo/gentoo/pull/31793 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-mail')
-rw-r--r--net-mail/qmailadmin/qmailadmin-1.2.16-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
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}
}