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