Skip to content

Commit 4b5ee27

Browse files
committed
Guard LICENSE install for qv
1 parent 244a109 commit 4b5ee27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Formula/qv.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class Qv < Formula
1919
def install
2020
bin.install "qv"
2121
doc.install "README.md" if File.exist?("README.md")
22-
(share/"licenses"/name).install "LICENSE"
22+
(share/"licenses"/name).install "LICENSE" if File.exist?("LICENSE")
2323
end
2424

2525
test do

0 commit comments

Comments
 (0)