gel: narrow installed bin

Closes #39202.

Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
Matthew Draper 2019-04-23 21:18:54 -04:00 committed by FX Coudert
parent 4de8cd797b
commit 25c6bf50de

View file

@ -7,7 +7,8 @@ class Gel < Formula
bottle :unneeded
def install
prefix.install "bin", "exe", "lib"
prefix.install "lib"
bin.install "exe/gel"
share.install "man"
end