aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-03-28 12:46:57 +0200
committerAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-03-28 12:46:57 +0200
commitad5a338a730c63d86b31daa5a5f769de6c72faaa (patch)
tree501579aadfb50029d6c317f8216bf476c805c142 /sys-auth
parentsys-apps/qjournalctl: properly name tarball (diff)
downloadguru-ad5a338a730c63d86b31daa5a5f769de6c72faaa.tar.gz
guru-ad5a338a730c63d86b31daa5a5f769de6c72faaa.tar.bz2
guru-ad5a338a730c63d86b31daa5a5f769de6c72faaa.zip
sys-auth/mrsh: fix DoublePrefixInPath
Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
Diffstat (limited to 'sys-auth')
-rw-r--r--sys-auth/mrsh/mrsh-2.12-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
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
}