commit: ad5a338a730c63d86b31daa5a5f769de6c72faaa
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sun Mar 28 10:46:57 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sun Mar 28 10:46:57 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ad5a338a
sys-auth/mrsh: fix DoublePrefixInPath
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
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 d984b9d20..28a604459 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
}