Flake8 and formatting changes
This commit is contained in:
@@ -37,7 +37,8 @@ class Xz(Package):
|
||||
version('5.2.2', 'f90c9a0c8b259aee2234c4e0d7fd70af')
|
||||
|
||||
def install(self, spec, prefix):
|
||||
configure("--prefix=%s" % prefix)
|
||||
configure('--prefix={0}'.format(prefix))
|
||||
|
||||
make()
|
||||
make("check")
|
||||
make("install")
|
||||
make('check')
|
||||
make('install')
|
||||
|
Reference in New Issue
Block a user