rsyslog: fix install error (#22207)
This commit is contained in:
parent
6da24dee91
commit
114bc95526
@ -31,3 +31,8 @@ class Rsyslog(AutotoolsPackage):
|
||||
|
||||
def setup_run_environment(self, env):
|
||||
env.prepend_path('PATH', self.prefix.sbin)
|
||||
|
||||
def configure_args(self):
|
||||
args = ["--with-systemdsystemunitdir=" +
|
||||
self.spec['rsyslog'].prefix.lib.systemd.system]
|
||||
return args
|
||||
|
Loading…
Reference in New Issue
Block a user