vcsh: add bin as a directory (#21750)
This commit is contained in:
@@ -22,4 +22,5 @@ class Vcsh(Package):
|
||||
|
||||
# vcsh provides a makefile, if needed the install method should be adapted
|
||||
def install(self, spec, prefix):
|
||||
mkdirp(prefix.bin)
|
||||
install('vcsh', prefix.bin)
|
||||
|
Reference in New Issue
Block a user