commit:     1256778647fccc6a30a1a97b6499522b16615109
Author:     Alexey Korepanov <kaikaikai <AT> yandex <DOT> ru>
AuthorDate: Fri Nov 22 20:35:49 2019 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Tue Nov 26 14:59:04 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12567786

net-vpn/i2pd: Fix CI issue, remove slash strip after EROOT

Signed-off-by: Alexey Korepanov <kaikaikai <AT> yandex.ru>
Closes: https://github.com/gentoo/gentoo/pull/13736
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 net-vpn/i2pd/i2pd-2.27.0.ebuild | 2 +-
 net-vpn/i2pd/i2pd-2.28.0.ebuild | 2 +-
 net-vpn/i2pd/i2pd-2.29.0.ebuild | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/net-vpn/i2pd/i2pd-2.27.0.ebuild b/net-vpn/i2pd/i2pd-2.27.0.ebuild
index e0059446714..099b9151f16 100644
--- a/net-vpn/i2pd/i2pd-2.27.0.ebuild
+++ b/net-vpn/i2pd/i2pd-2.27.0.ebuild
@@ -96,7 +96,7 @@ src_install() {
 }
 
 pkg_postinst() {
-       if [[ -f ${EROOT%/}/etc/i2pd/subscriptions.txt ]]; then
+       if [[ -f ${EROOT}/etc/i2pd/subscriptions.txt ]]; then
                ewarn
                ewarn "Configuration of the subscriptions has been moved from"
                ewarn "subscriptions.txt to i2pd.conf. We recommend updating"

diff --git a/net-vpn/i2pd/i2pd-2.28.0.ebuild b/net-vpn/i2pd/i2pd-2.28.0.ebuild
index e0059446714..099b9151f16 100644
--- a/net-vpn/i2pd/i2pd-2.28.0.ebuild
+++ b/net-vpn/i2pd/i2pd-2.28.0.ebuild
@@ -96,7 +96,7 @@ src_install() {
 }
 
 pkg_postinst() {
-       if [[ -f ${EROOT%/}/etc/i2pd/subscriptions.txt ]]; then
+       if [[ -f ${EROOT}/etc/i2pd/subscriptions.txt ]]; then
                ewarn
                ewarn "Configuration of the subscriptions has been moved from"
                ewarn "subscriptions.txt to i2pd.conf. We recommend updating"

diff --git a/net-vpn/i2pd/i2pd-2.29.0.ebuild b/net-vpn/i2pd/i2pd-2.29.0.ebuild
index 44e65b71dd8..5982e199dbc 100644
--- a/net-vpn/i2pd/i2pd-2.29.0.ebuild
+++ b/net-vpn/i2pd/i2pd-2.29.0.ebuild
@@ -94,7 +94,7 @@ src_install() {
 }
 
 pkg_postinst() {
-       if [[ -f ${EROOT%/}/etc/i2pd/subscriptions.txt ]]; then
+       if [[ -f ${EROOT}/etc/i2pd/subscriptions.txt ]]; then
                ewarn
                ewarn "Configuration of the subscriptions has been moved from"
                ewarn "subscriptions.txt to i2pd.conf. We recommend updating"

Reply via email to