net-misc/stargazer: [QA] Fix UnnecessarySlashStrip

Signed-off-by: David Seifert <soap@gentoo.org>
This commit is contained in:
David Seifert
2020-02-08 17:23:14 +01:00
parent 05bf4de776
commit c6024ddb58

View File

@@ -339,7 +339,7 @@ src_install() {
if use module_other_remote_script ; then
# Create subnets file based on example from mod_remote_script.conf
grep 192 "${S}"/projects/stargazer/inst/linux/etc/stargazer/conf-available.d/mod_remote_script.conf \
| sed 's/# //' > "${ED%/}"/etc/stargazer/subnets
| sed 's/# //' > "${ED}"/etc/stargazer/subnets
# Correct permissions for file
fperms 0640 /etc/stargazer/subnets