diff options
author | Alexey Korepanov <kaikaikai@yandex.ru> | 2019-11-22 20:35:49 +0000 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2019-11-26 16:59:04 +0200 |
commit | 1256778647fccc6a30a1a97b6499522b16615109 (patch) | |
tree | fe807b308a8fbe18cdec691c4daf9ec30372f2b8 /net-vpn/i2pd | |
parent | net-vpn/i2pd: remove old (diff) | |
download | gentoo-1256778647fccc6a30a1a97b6499522b16615109.tar.gz gentoo-1256778647fccc6a30a1a97b6499522b16615109.tar.bz2 gentoo-1256778647fccc6a30a1a97b6499522b16615109.zip |
net-vpn/i2pd: Fix CI issue, remove slash strip after EROOT
Signed-off-by: Alexey Korepanov <kaikaikai@yandex.ru>
Closes: https://github.com/gentoo/gentoo/pull/13736
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'net-vpn/i2pd')
-rw-r--r-- | net-vpn/i2pd/i2pd-2.27.0.ebuild | 2 | ||||
-rw-r--r-- | net-vpn/i2pd/i2pd-2.28.0.ebuild | 2 | ||||
-rw-r--r-- | 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" |