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,7 +8,7 @@ class Lune < Formula
|
|||
depends_on "rust" => :build
|
||||
|
||||
def install
|
||||
system "cargo", "install", "--locked", "--root", prefix, "--path", "./packages/cli"
|
||||
system "cargo", "install", "--locked", "--root", prefix, "--path", "./src/cli"
|
||||
end
|
||||
|
||||
test do
|
||||
|
|
Loading…
Add table
Reference in a new issue