Skip to content
Snippets Groups Projects
Unverified Commit 8cb11920 authored by darmac's avatar darmac Committed by GitHub
Browse files

util-linux: fix build error (#18647)

* util-linux: fix build error

* refine install stage
parent a4cdf664
No related branches found
No related tags found
No related merge requests found
......@@ -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)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment