ktmpl: use std_cargo_args
parent
d37775f9d2
commit
69d6a38bb4
|
@ -16,7 +16,7 @@ class Ktmpl < Formula
|
||||||
depends_on "rust" => :build
|
depends_on "rust" => :build
|
||||||
|
|
||||||
def install
|
def install
|
||||||
system "cargo", "install", "--locked", "--root", prefix, "--path", "."
|
system "cargo", "install", *std_cargo_args
|
||||||
end
|
end
|
||||||
|
|
||||||
test do
|
test do
|
||||||
|
|
Loading…
Reference in New Issue