findomain: use std_cargo_args

master
Dario Vladovic 2020-06-25 16:37:23 +02:00 committed by Bo Anderson
parent 766205644a
commit b72c1be5e0
1 changed files with 1 additions and 1 deletions

View File

@ -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