From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1538601-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 4F17915800A
	for <garchives@archives.gentoo.org>; Tue, 18 Jul 2023 19:18:33 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 92F8EE086A;
	Tue, 18 Jul 2023 19:18:32 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 76ED2E086A
	for <gentoo-commits@lists.gentoo.org>; Tue, 18 Jul 2023 19:18:32 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 7F707340DC3
	for <gentoo-commits@lists.gentoo.org>; Tue, 18 Jul 2023 19:18:31 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id E72F3BA4
	for <gentoo-commits@lists.gentoo.org>; Tue, 18 Jul 2023 19:18:28 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org>
Message-ID: <1689707874.73b7d0824442cf3b31cecf1b54fc532afd4e1dd4.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/qmailadmin/
X-VCS-Repository: repo/gentoo
X-VCS-Files: net-mail/qmailadmin/qmailadmin-1.2.16-r1.ebuild
X-VCS-Directories: net-mail/qmailadmin/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 73b7d0824442cf3b31cecf1b54fc532afd4e1dd4
X-VCS-Branch: master
Date: Tue, 18 Jul 2023 19:18:28 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 1e7a5856-5248-4f48-bb39-2676308a3da6
X-Archives-Hash: 503e2670d9ea236b6a10e40379ad9e92

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}
 }