Skip to content

Commit b437a17

Browse files
webcoyotebranchv
andcommitted
sandvault: add sv-clone to install.
Co-authored-by: Branch Vincent <branchevincent@gmail.com>
1 parent ae17f73 commit b437a17

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Formula/s/sandvault.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ class Sandvault < Formula
1717
conflicts_with "runit", because: "both install `sv` binaries"
1818

1919
def install
20-
prefix.install "guest", "sv"
21-
bin.write_exec_script "#{prefix}/sv"
20+
prefix.install "guest", "sv", "sv-clone"
21+
bin.write_exec_script prefix/"sv", prefix/"sv-clone"
2222
end
2323

2424
test do

0 commit comments

Comments
 (0)