badtouch: use std_cargo_args
parent
1369a76ed7
commit
986bd28ed5
|
@ -21,7 +21,7 @@ class Badtouch < Formula
|
||||||
# https://crates.io/crates/openssl#manual-configuration
|
# https://crates.io/crates/openssl#manual-configuration
|
||||||
ENV["OPENSSL_DIR"] = Formula["openssl@1.1"].opt_prefix
|
ENV["OPENSSL_DIR"] = Formula["openssl@1.1"].opt_prefix
|
||||||
|
|
||||||
system "cargo", "install", "--locked", "--root", prefix, "--path", "."
|
system "cargo", "install", *std_cargo_args
|
||||||
man1.install "docs/badtouch.1"
|
man1.install "docs/badtouch.1"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue