mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 21:43:03 -04:00
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:
@@ -35,5 +35,5 @@ src_configure() {
|
|||||||
src_install() {
|
src_install() {
|
||||||
default
|
default
|
||||||
#remove executable bit from systemd units
|
#remove executable bit from systemd units
|
||||||
chmod a-x "${ED}/$(systemd_get_systemunitdir)"/* || die
|
chmod a-x "${D}/$(systemd_get_systemunitdir)"/* || die
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user