findomain: use std_cargo_args
parent
766205644a
commit
b72c1be5e0
|
@ -14,7 +14,7 @@ class Findomain < 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