1 2 3 4 5 6 7
require "hbc/artifact/symlinked" class Hbc::Artifact::Binary < Hbc::Artifact::Symlinked def install_phase super unless Hbc.no_binaries end end