util-linux-uuid: don't install to system directories (#21000)
This commit is contained in:
parent
255df2455c
commit
fc7e48daf0
1 changed files with 2 additions and 1 deletions
|
@ -39,6 +39,7 @@ def configure_args(self):
|
|||
'--without-systemd',
|
||||
'--disable-all-programs',
|
||||
'--without-python',
|
||||
'--enable-libuuid'
|
||||
'--enable-libuuid',
|
||||
'--disable-bash-completion',
|
||||
]
|
||||
return config_args
|
||||
|
|
Loading…
Reference in a new issue