vcsh: add bin as a directory (#21750)

This commit is contained in:
darmac
2021-02-18 17:06:03 +08:00
committed by GitHub
parent b3e5df1049
commit 598f0c89fd

View File

@@ -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)