net-firewall/ufw: [QA] Fix missing trailing slash
authorDavid Seifert <soap@gentoo.org>
Sun, 11 Aug 2019 11:19:49 +0000 (13:19 +0200)
committerDavid Seifert <soap@gentoo.org>
Sun, 11 Aug 2019 11:19:49 +0000 (13:19 +0200)
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: David Seifert <soap@gentoo.org>
net-firewall/ufw/ufw-0.36.ebuild

index 8c12a14e063c9cef33ecd6f8efc3cc43de6b4626..79eca7ad55d3ac82eab2cb8f9049e26f314fc547 100644 (file)
@@ -90,7 +90,7 @@ pkg_pretend() {
                mod_msg+=" mandatory, but they are often useful."
                mod_msg+=" If you don't need some of them, please remove relevant"
                mod_msg+=" module name(s) from IPT_MODULES in"
-               mod_msg+=" '${EROOT}etc/default/ufw' before (re)starting ufw."
+               mod_msg+=" '${EROOT}/etc/default/ufw' before (re)starting ufw."
                mod_msg+=" Otherwise ufw may fail to start!"
                ewarn "${mod_msg}"
                if [[ "${nf_nat_ftp_ok}" == "no" ]]; then