Allow arbitrary Prefix attributes (#4591)
* Allow arbitrary Prefix attributes * Test attribute type as well * Flake8 fixes * Remove __new__ method * Fewer uses of join_path in the docs
This commit is contained in:

committed by
Todd Gamblin

parent
cac4362f64
commit
e5ce7b1639
@@ -41,6 +41,6 @@ def build(self, spec, prefix):
|
||||
|
||||
def install(self, spec, prefix):
|
||||
mkdirp(prefix.bin)
|
||||
mkdirp(prefix.man1)
|
||||
mkdirp(prefix.man.man1)
|
||||
install('pigz', "%s/pigz" % prefix.bin)
|
||||
install('pigz.1', "%s/pigz.1" % prefix.man1)
|
||||
install('pigz.1', "%s/pigz.1" % prefix.man.man1)
|
||||
|
Reference in New Issue
Block a user