-
-
Notifications
You must be signed in to change notification settings - Fork 24
Shards binary not reachable on MacOS #407
Copy link
Copy link
Open
Description
We put Shards into
bin/embeddedon macOS: https://github.com/crystal-lang/distribution-scripts/blob/master/omnibus/config/software/shards.rb#L120The pkg's postinst script links
bin/crystalandembedded/bin/shardsto the/usr/localfolder: https://github.com/crystal-lang/distribution-scripts/blob/master/omnibus/package-scripts/crystal/postinst#L20-L21But the tarball only has the
crystalshell script in thebinfolder. We should either putshardsthere directly, or at least linkbin/shardstobin/embedded/shards(no need for shell script).
Reactions are currently unavailable