commit: cf1744dce5ade001d057d3cd465e363bf1f879c3
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 11 11:20:20 2019 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Aug 11 11:20:20 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf1744dc
sys-apps/nix: [QA] Fix missing trailing slash
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: David Seifert <soap <AT> gentoo.org>
sys-apps/nix/nix-2.1.3.ebuild | 2 +-
sys-apps/nix/nix-2.2.2.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/sys-apps/nix/nix-2.1.3.ebuild b/sys-apps/nix/nix-2.1.3.ebuild
index 63941c45b19..d6e2b56ec29 100644
--- a/sys-apps/nix/nix-2.1.3.ebuild
+++ b/sys-apps/nix/nix-2.1.3.ebuild
@@ -135,7 +135,7 @@ src_install() {
pkg_postinst() {
if ! use etc_profile; then
- ewarn "${EROOT}etc/profile.d/nix.sh was removed (due to
USE=-etc_profile)."
+ ewarn "${EROOT}/etc/profile.d/nix.sh was removed (due to
USE=-etc_profile)."
fi
readme.gentoo_print_elog
diff --git a/sys-apps/nix/nix-2.2.2.ebuild b/sys-apps/nix/nix-2.2.2.ebuild
index f3968e4c5f0..583f372e75c 100644
--- a/sys-apps/nix/nix-2.2.2.ebuild
+++ b/sys-apps/nix/nix-2.2.2.ebuild
@@ -136,7 +136,7 @@ src_install() {
pkg_postinst() {
if ! use etc_profile; then
- ewarn "${EROOT}etc/profile.d/nix.sh was removed (due to
USE=-etc_profile)."
+ ewarn "${EROOT}/etc/profile.d/nix.sh was removed (due to
USE=-etc_profile)."
fi
readme.gentoo_print_elog