Skip to content

Commit

Permalink
sys-apps/nix: [QA] Fix missing trailing slash
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: David Seifert <[email protected]>
  • Loading branch information
SoapGentoo committed Aug 11, 2019
1 parent 8634275 commit cf1744d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sys-apps/nix/nix-2.1.3.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion sys-apps/nix/nix-2.2.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cf1744d

Please sign in to comment.