From ad5a338a730c63d86b31daa5a5f769de6c72faaa Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Sun, 28 Mar 2021 12:46:57 +0200 Subject: [PATCH] sys-auth/mrsh: fix DoublePrefixInPath Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan --- sys-auth/mrsh/mrsh-2.12-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-auth/mrsh/mrsh-2.12-r1.ebuild b/sys-auth/mrsh/mrsh-2.12-r1.ebuild index d984b9d205..28a6044590 100644 --- a/sys-auth/mrsh/mrsh-2.12-r1.ebuild +++ b/sys-auth/mrsh/mrsh-2.12-r1.ebuild @@ -35,5 +35,5 @@ src_configure() { src_install() { default #remove executable bit from systemd units - chmod a-x "${ED}/$(systemd_get_systemunitdir)"/* || die + chmod a-x "${D}/$(systemd_get_systemunitdir)"/* || die }