mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-01-09 12:19:09 +00:00
Cargo.toml was moved to root in Lune, so changed the arguments of cargo install
This commit is contained in:
parent
8fd8a3c1df
commit
790b18a1ad
1 changed files with 2 additions and 2 deletions
|
@ -8,10 +8,10 @@ class Lune < Formula
|
|||
depends_on "rust" => :build
|
||||
|
||||
def install
|
||||
system "cargo", "install", "--locked", "--root", prefix, "--path", "./packages/cli"
|
||||
system "cargo", "install", *std_cargo_args
|
||||
end
|
||||
|
||||
test do
|
||||
system "false"
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue