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
|
patch :DATA
|
||||||
|
|
||||||
def install
|
def install
|
||||||
cd "doc" do
|
# Doc install is broken, remove it to avoid errors
|
||||||
doc.install "html"
|
|
||||||
man3.install Dir["man/man3/{q,Q}wt*"]
|
|
||||||
end
|
|
||||||
# Remove leftover doxygen files, so they don't get installed
|
|
||||||
rm_r "doc"
|
rm_r "doc"
|
||||||
|
|
||||||
inreplace "qwtpolarconfig.pri" do |s|
|
inreplace "qwtpolarconfig.pri" do |s|
|
||||||
|
|
Loading…
Reference in a new issue