aboutsummaryrefslogtreecommitdiff
path: root/build-homebrew-formula.py
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2016-07-07 21:24:29 -0400
committerRob Austein <sra@hactrn.net>2016-07-07 21:24:29 -0400
commit29b822c2aa19531f81d40669f9eca90a89a5dc62 (patch)
tree636c2ed13ff64242bf8d810efe2c1e5fd630251d /build-homebrew-formula.py
parent914314d652b3d78bceef50450a520d546e1da020 (diff)
Oops, cryptech_miniterm might work better if I remembered to install it.
Diffstat (limited to 'build-homebrew-formula.py')
-rwxr-xr-xbuild-homebrew-formula.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/build-homebrew-formula.py b/build-homebrew-formula.py
index c6aa0fa..007768f 100755
--- a/build-homebrew-formula.py
+++ b/build-homebrew-formula.py
@@ -68,6 +68,7 @@ class CryptechAlpha < Formula
sbin.install "sw/stm32/projects/hsm/cryptech_upload"
sbin.install "sw/stm32/projects/hsm/cryptech_probe"
+ sbin.install "sw/stm32/projects/hsm/cryptech_miniterm"
sbin.env_script_all_files(libexec/"sbin", :PYTHONPATH => ENV["PYTHONPATH"])
# Install other (non-Python) stuff, then we are done.