commit: 7acd663d2ca50f74cf5b55c47494d6291e832cb8
Author: Alexey Korepanov <kaikaikai <AT> yandex <DOT> ru>
AuthorDate: Tue Nov 8 17:02:43 2016 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Wed Nov 9 03:40:16 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7acd663d
net-misc/i2pd: ROOT -> EROOT
net-misc/i2pd/i2pd-2.10.0.ebuild | 2 +-
net-misc/i2pd/i2pd-2.10.1.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-misc/i2pd/i2pd-2.10.0.ebuild b/net-misc/i2pd/i2pd-2.10.0.ebuild
index 97bb971..2969a0d 100644
--- a/net-misc/i2pd/i2pd-2.10.0.ebuild
+++ b/net-misc/i2pd/i2pd-2.10.0.ebuild
@@ -90,7 +90,7 @@ pkg_setup() {
}
pkg_postinst() {
- if [[ -f ${ROOT}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-misc/i2pd/i2pd-2.10.1.ebuild b/net-misc/i2pd/i2pd-2.10.1.ebuild
index 97bb971..2969a0d 100644
--- a/net-misc/i2pd/i2pd-2.10.1.ebuild
+++ b/net-misc/i2pd/i2pd-2.10.1.ebuild
@@ -90,7 +90,7 @@ pkg_setup() {
}
pkg_postinst() {
- if [[ -f ${ROOT}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"