summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2018-03-27 09:27:37 +0200
committerJeroen Roovers <jer@gentoo.org>2018-03-27 09:27:51 +0200
commitd65a8ed4a0846586f0c4efb29fecd701e05c124c (patch)
tree31403aa017fffc9ebca54375ca483e41805d9383 /net-analyzer/smokeping
parentapp-text/texlive: Drop redundant en-GB from L10N. (diff)
downloadgentoo-d65a8ed4a0846586f0c4efb29fecd701e05c124c.tar.gz
gentoo-d65a8ed4a0846586f0c4efb29fecd701e05c124c.tar.bz2
gentoo-d65a8ed4a0846586f0c4efb29fecd701e05c124c.zip
net-analyzer/smokeping: Fix configuration directory by epinephrine (bug #648416).
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'net-analyzer/smokeping')
-rw-r--r--net-analyzer/smokeping/smokeping-2.7.1-r1.ebuild (renamed from net-analyzer/smokeping/smokeping-2.7.1.ebuild)2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/smokeping/smokeping-2.7.1.ebuild b/net-analyzer/smokeping/smokeping-2.7.1-r1.ebuild
index 7f9baf701feb..db22d7afdb26 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 \