mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-05-04 10:03:48 +01:00
Changed from packages
to src
directory because lune changed that in latest version
This commit is contained in:
parent
8fd8a3c1df
commit
cc219e5289
1 changed files with 2 additions and 2 deletions
|
@ -8,10 +8,10 @@ class Lune < Formula
|
||||||
depends_on "rust" => :build
|
depends_on "rust" => :build
|
||||||
|
|
||||||
def install
|
def install
|
||||||
system "cargo", "install", "--locked", "--root", prefix, "--path", "./packages/cli"
|
system "cargo", "install", "--locked", "--root", prefix, "--path", "./src/cli"
|
||||||
end
|
end
|
||||||
|
|
||||||
test do
|
test do
|
||||||
system "false"
|
system "false"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue