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 D2A241382C5 for ; Tue, 27 Mar 2018 07:27:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E1B06E08DC; Tue, 27 Mar 2018 07:27:56 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 BBB7DE08DC for ; Tue, 27 Mar 2018 07:27:56 +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 513F0335C2C for ; Tue, 27 Mar 2018 07:27:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2088325C for ; Tue, 27 Mar 2018 07:27:53 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1522135671.d65a8ed4a0846586f0c4efb29fecd701e05c124c.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/smokeping/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/smokeping/smokeping-2.7.1-r1.ebuild net-analyzer/smokeping/smokeping-2.7.1.ebuild X-VCS-Directories: net-analyzer/smokeping/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: d65a8ed4a0846586f0c4efb29fecd701e05c124c X-VCS-Branch: master Date: Tue, 27 Mar 2018 07:27:53 +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-Archives-Salt: 15f9f674-2958-4040-a475-eb5977a2d863 X-Archives-Hash: 2091c50886852d3a5005cdc24917b292 commit: d65a8ed4a0846586f0c4efb29fecd701e05c124c Author: Jeroen Roovers gentoo org> AuthorDate: Tue Mar 27 07:27:37 2018 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Tue Mar 27 07:27:51 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d65a8ed4 net-analyzer/smokeping: Fix configuration directory by epinephrine (bug #648416). Package-Manager: Portage-2.3.24, Repoman-2.3.6 .../smokeping/{smokeping-2.7.1.ebuild => smokeping-2.7.1-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-analyzer/smokeping/smokeping-2.7.1.ebuild b/net-analyzer/smokeping/smokeping-2.7.1-r1.ebuild similarity index 98% rename from net-analyzer/smokeping/smokeping-2.7.1.ebuild rename to net-analyzer/smokeping/smokeping-2.7.1-r1.ebuild index 7f9baf701fe..db22d7afdb2 100644 --- a/net-analyzer/smokeping/smokeping-2.7.1.ebuild +++ b/net-analyzer/smokeping/smokeping-2.7.1-r1.ebuild @@ -105,7 +105,7 @@ src_install() { "${D}/etc/${PN}/basepage.html" || die sed -i \ - -e 's/$FindBin::Bin\/..\/etc\/config/\/etc\/smokeping\/config/g' \ + -e 's/$FindBin::RealBin\/..\/etc\/config/\/etc\/smokeping\/config/g' \ "${D}/usr/bin/smokeping" "${D}/usr/bin/smokeping_cgi" || die sed -i \