Avoid race in pango's make install
, set parallel=False
This commit is contained in:
parent
96e1b2d25c
commit
18ce5ccf8f
@ -16,4 +16,4 @@ class Pango(Package):
|
||||
def install(self, spec, prefix):
|
||||
configure("--prefix=%s" % prefix)
|
||||
make()
|
||||
make("install")
|
||||
make("install", parallel=False)
|
||||
|
Loading…
Reference in New Issue
Block a user