We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 244a109 commit 4b5ee27Copy full SHA for 4b5ee27
Formula/qv.rb
@@ -19,7 +19,7 @@ class Qv < Formula
19
def install
20
bin.install "qv"
21
doc.install "README.md" if File.exist?("README.md")
22
- (share/"licenses"/name).install "LICENSE"
+ (share/"licenses"/name).install "LICENSE" if File.exist?("LICENSE")
23
end
24
25
test do
0 commit comments