From cf1744dce5ade001d057d3cd465e363bf1f879c3 Mon Sep 17 00:00:00 2001 From: David Seifert Date: Sun, 11 Aug 2019 13:20:20 +0200 Subject: [PATCH] sys-apps/nix: [QA] Fix missing trailing slash Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: David Seifert --- 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 63941c45b198..d6e2b56ec29c 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 f3968e4c5f04..583f372e75c2 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 -- 2.26.2