Remove 'bottle :unneeded'

This commit is contained in:
Junji Hashimoto 2022-03-19 16:05:22 +09:00
parent 6aa2431d1e
commit 6094e71f5b

View File

@ -5,8 +5,6 @@ class Libtokenizers < Formula
sha256 "a87ec816bdfe8acebca077d1ac51823ed7efb1d309047dbd98345c26d47accea"
license "Apache-2.0"
bottle :unneeded
def install
system "bash", "-c", "install -d #{lib}"
system "bash", "-c", "cp -a lib/* #{lib}"