util-linux: fix build error (#18647)

* util-linux: fix build error

* refine install stage
This commit is contained in:
darmac 2020-09-18 23:04:28 +08:00 committed by GitHub
parent a4cdf664c6
commit 8cb1192050
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)