freeipmi: add --with-systemdsystemunitdir option (#22096)
This commit is contained in:
parent
97afb34ac3
commit
d3b10b04c1
@ -35,6 +35,8 @@ def configure_args(self):
|
|||||||
tty.warn("Requires 'root' for bmc-watchdog.service installation to"
|
tty.warn("Requires 'root' for bmc-watchdog.service installation to"
|
||||||
" /lib/systemd/system/ !")
|
" /lib/systemd/system/ !")
|
||||||
|
|
||||||
args = ['--prefix={0}'.format(prefix)]
|
args = ['--prefix={0}'.format(prefix),
|
||||||
|
"--with-systemdsystemunitdir=" +
|
||||||
|
self.spec['freeipmi'].prefix.lib.systemd.system]
|
||||||
|
|
||||||
return args
|
return args
|
||||||
|
Loading…
Reference in New Issue
Block a user