util-linux-uuid: don't install to system directories (#21000)

This commit is contained in:
Adam J. Stewart 2021-01-16 15:01:05 -06:00 committed by GitHub
parent 255df2455c
commit fc7e48daf0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -39,6 +39,7 @@ def configure_args(self):
'--without-systemd', '--without-systemd',
'--disable-all-programs', '--disable-all-programs',
'--without-python', '--without-python',
'--enable-libuuid' '--enable-libuuid',
'--disable-bash-completion',
] ]
return config_args return config_args