sys-auth/mrsh: fix DoublePrefixInPath

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
This commit is contained in:
Andrew Ammerlaan 2021-03-28 12:46:57 +02:00
parent 8abb858983
commit ad5a338a73
No known key found for this signature in database
GPG Key ID: A19F636CD4EDBCD1

View File

@ -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
}