From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1160137-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BEF65138350 for <garchives@archives.gentoo.org>; Thu, 9 Apr 2020 18:42:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C9FFAE08EB; Thu, 9 Apr 2020 18:42:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AD972E08EB for <gentoo-commits@lists.gentoo.org>; Thu, 9 Apr 2020 18:42:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B2F4A34EE1D for <gentoo-commits@lists.gentoo.org>; Thu, 9 Apr 2020 18:42:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5358E1B9 for <gentoo-commits@lists.gentoo.org>; Thu, 9 Apr 2020 18:42:34 +0000 (UTC) From: "Eray Aslan" <eras@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, "Eray Aslan" <eras@gentoo.org> Message-ID: <1586457733.2f068e9907d193160d6ced7884ec5d2d39c86ab3.eras@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/cyrus-imapd/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-mail/cyrus-imapd/cyrus-imapd-3.0.13.ebuild X-VCS-Directories: net-mail/cyrus-imapd/ X-VCS-Committer: eras X-VCS-Committer-Name: Eray Aslan X-VCS-Revision: 2f068e9907d193160d6ced7884ec5d2d39c86ab3 X-VCS-Branch: master Date: Thu, 9 Apr 2020 18:42:34 +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: b24aac19-483e-4b33-a87f-cf5a9dfe4313 X-Archives-Hash: 15f9b43fe8056a8c047388047e5bef10 commit: 2f068e9907d193160d6ced7884ec5d2d39c86ab3 Author: Eray Aslan <eras <AT> gentoo <DOT> org> AuthorDate: Thu Apr 9 18:42:13 2020 +0000 Commit: Eray Aslan <eras <AT> gentoo <DOT> org> CommitDate: Thu Apr 9 18:42:13 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f068e99 net-mail/cyrus-imapd: add missing slashes Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Eray Aslan <eras <AT> gentoo.org> net-mail/cyrus-imapd/cyrus-imapd-3.0.13.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-mail/cyrus-imapd/cyrus-imapd-3.0.13.ebuild b/net-mail/cyrus-imapd/cyrus-imapd-3.0.13.ebuild index 2ba848e8625..73ea9e3ef7b 100644 --- a/net-mail/cyrus-imapd/cyrus-imapd-3.0.13.ebuild +++ b/net-mail/cyrus-imapd/cyrus-imapd-3.0.13.ebuild @@ -217,9 +217,9 @@ pkg_preinst() { pkg_postinst() { # do not install server.{key,pem) if they exist if use ssl ; then - if [ ! -f "${ROOT}"etc/ssl/cyrus/server.key ]; then + if [ ! -f "${ROOT}"/etc/ssl/cyrus/server.key ]; then install_cert /etc/ssl/cyrus/server - chown cyrus:mail "${ROOT}"etc/ssl/cyrus/server.{key,pem} + chown cyrus:mail "${ROOT}"/etc/ssl/cyrus/server.{key,pem} fi fi