mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-17 19:13:13 -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() {
|
||||
default
|
||||
#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