qwtpolar: fix build
Closes #48608. Signed-off-by: Rui Chen <chenrui333@gmail.com>
This commit is contained in:
parent
a81df55005
commit
3c9eb41a97
1 changed files with 1 additions and 5 deletions
|
@ -21,11 +21,7 @@ class Qwtpolar < Formula
|
|||
patch :DATA
|
||||
|
||||
def install
|
||||
cd "doc" do
|
||||
doc.install "html"
|
||||
man3.install Dir["man/man3/{q,Q}wt*"]
|
||||
end
|
||||
# Remove leftover doxygen files, so they don't get installed
|
||||
# Doc install is broken, remove it to avoid errors
|
||||
rm_r "doc"
|
||||
|
||||
inreplace "qwtpolarconfig.pri" do |s|
|
||||
|
|
Loading…
Reference in a new issue