mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
net-misc/stargazer: [QA] Fix UnnecessarySlashStrip
Signed-off-by: David Seifert <soap@gentoo.org>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user