Skip to content

Commit

Permalink
Fix brew style warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Neved4 committed Nov 16, 2024
1 parent 70d6828 commit 68fbc97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Formula/ladybird.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ def install
system "./Meta/ladybird.sh", "install"

cd "Build/ladybird/bin/Ladybird.app/Contents" do
system "unlink", "./lib"
system "cp", "-r", "../../../lib", "."
rm_rf("./lib")
cp_r("../../../lib", ".")
end

app_name = "Ladybird.app"
Expand Down

0 comments on commit 68fbc97

Please sign in to comment.