summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2019-08-11 13:20:20 +0200
committerDavid Seifert <soap@gentoo.org>2019-08-11 13:20:20 +0200
commitcf1744dce5ade001d057d3cd465e363bf1f879c3 (patch)
tree2ae0cb735a123e83e96c8d6c40d8481cf8ebae05 /sys-apps/nix
parentsci-physics/vgm: [QA] Fix missing trailing slash (diff)
downloadgentoo-cf1744dce5ade001d057d3cd465e363bf1f879c3.tar.gz
gentoo-cf1744dce5ade001d057d3cd465e363bf1f879c3.tar.bz2
gentoo-cf1744dce5ade001d057d3cd465e363bf1f879c3.zip
sys-apps/nix: [QA] Fix missing trailing slash
Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sys-apps/nix')
-rw-r--r--sys-apps/nix/nix-2.1.3.ebuild2
-rw-r--r--sys-apps/nix/nix-2.2.2.ebuild2
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