Skip to content

Commit

Permalink
Copy the license file form the archive to the prefix directory (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
olofwalker authored May 8, 2024
1 parent 839ced4 commit dcc19dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Formula/kalix.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ class Kalix < Formula

def install
bin.install "kalix"
prefix.install "lightbend-commercial-software-license-agreement.txt"
(bash_completion/"kalix").write `#{bin}/kalix completion --shell bash`
(fish_completion/"kalix.fish").write `#{bin}/kalix completion --shell fish`
(zsh_completion/"_kalix").write `#{bin}/kalix completion --shell zsh`
Expand Down

0 comments on commit dcc19dd

Please sign in to comment.