commit:     c6024ddb5800a42aad8e3f944749e77df2441635
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Feb  8 16:23:14 2020 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Feb  8 16:23:14 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6024ddb

net-misc/stargazer: [QA] Fix UnnecessarySlashStrip

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 net-misc/stargazer/stargazer-2.408-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/stargazer/stargazer-2.408-r1.ebuild 
b/net-misc/stargazer/stargazer-2.408-r1.ebuild
index 18d197b3ccb..d8372e8418a 100644
--- a/net-misc/stargazer/stargazer-2.408-r1.ebuild
+++ b/net-misc/stargazer/stargazer-2.408-r1.ebuild
@@ -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

Reply via email to