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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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