util-linux: fix build error (#18647)
* util-linux: fix build error * refine install stage
This commit is contained in:
parent
a4cdf664c6
commit
8cb1192050
@ -41,3 +41,6 @@ def configure_args(self):
|
||||
]
|
||||
config_args.extend(self.enable_or_disable('libuuid'))
|
||||
return config_args
|
||||
|
||||
def install(self, spec, prefix):
|
||||
make('install', parallel=False)
|
||||
|
Loading…
Reference in New Issue
Block a user