From 1256778647fccc6a30a1a97b6499522b16615109 Mon Sep 17 00:00:00 2001 From: Alexey Korepanov Date: Fri, 22 Nov 2019 20:35:49 +0000 Subject: net-vpn/i2pd: Fix CI issue, remove slash strip after EROOT Signed-off-by: Alexey Korepanov Closes: https://github.com/gentoo/gentoo/pull/13736 Signed-off-by: Joonas Niilola --- 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 e00594467145..099b9151f166 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 e00594467145..099b9151f166 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 44e65b71dd8c..5982e199dbce 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" -- cgit v1.2.3-65-gdbad