diff options
author | Alexey Korepanov <kaikaikai@yandex.ru> | 2016-11-08 17:02:43 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2016-11-08 22:40:16 -0500 |
commit | 7acd663d2ca50f74cf5b55c47494d6291e832cb8 (patch) | |
tree | c7dbeb547a4b0bf88c293e8de3bf72aa8ff18c4f /net-misc/i2pd | |
parent | net-misc/i2pd: remove old (diff) | |
download | gentoo-7acd663d2ca50f74cf5b55c47494d6291e832cb8.tar.gz gentoo-7acd663d2ca50f74cf5b55c47494d6291e832cb8.tar.bz2 gentoo-7acd663d2ca50f74cf5b55c47494d6291e832cb8.zip |
net-misc/i2pd: ROOT -> EROOT
Diffstat (limited to 'net-misc/i2pd')
-rw-r--r-- | net-misc/i2pd/i2pd-2.10.0.ebuild | 2 | ||||
-rw-r--r-- | 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 97bb971263aa..2969a0db08fe 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 97bb971263aa..2969a0db08fe 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" |