From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 AA94C138350 for ; Sat, 8 Feb 2020 16:25:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C311AE0891; Sat, 8 Feb 2020 16:25:09 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 AA07FE0882 for ; Sat, 8 Feb 2020 16:25:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 6680E34E874 for ; Sat, 8 Feb 2020 16:25:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 17F1B149 for ; Sat, 8 Feb 2020 16:25:05 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1581179035.e1f21f89dfd9bcf9de0fe4f69b962ea4a3b192f5.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-misc/monitorix/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-misc/monitorix/monitorix-3.11.0.ebuild X-VCS-Directories: www-misc/monitorix/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: e1f21f89dfd9bcf9de0fe4f69b962ea4a3b192f5 X-VCS-Branch: master Date: Sat, 8 Feb 2020 16:25:05 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 725616da-6641-4a3f-bef6-e72edbd75455 X-Archives-Hash: e642966aaf2abe2721da17049c6016bf commit: e1f21f89dfd9bcf9de0fe4f69b962ea4a3b192f5 Author: David Seifert gentoo org> AuthorDate: Sat Feb 8 16:23:55 2020 +0000 Commit: David Seifert gentoo org> CommitDate: Sat Feb 8 16:23:55 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1f21f89 www-misc/monitorix: [QA] Fix UnnecessarySlashStrip Signed-off-by: David Seifert gentoo.org> www-misc/monitorix/monitorix-3.11.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www-misc/monitorix/monitorix-3.11.0.ebuild b/www-misc/monitorix/monitorix-3.11.0.ebuild index 0b372b29d77..a1331012cd3 100644 --- a/www-misc/monitorix/monitorix-3.11.0.ebuild +++ b/www-misc/monitorix/monitorix-3.11.0.ebuild @@ -99,7 +99,7 @@ pkg_postinst() { elog " sys-power/nut (Network UPS Tools statistics)" elog elog "If you wish to use your own web server:" - elog " Web data can be found at: ${EROOT%/}/var/lib/${PN}/www/" + elog " Web data can be found at: ${EROOT}/var/lib/${PN}/www/" elog " Also please check the correct user and group ownership" - elog " of ${EROOT%/}/var/lib/${PN}/www/imgs/" + elog " of ${EROOT}/var/lib/${PN}/www/imgs/" }