Skip to content

Commit

Permalink
Restore doc / manpage install
Browse files Browse the repository at this point in the history
  • Loading branch information
dakeryas authored and zegervdv committed Jan 27, 2023
1 parent 7eb6d1c commit 59bbcde
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Formula/zathura.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,7 @@ def install
# Add the pkgconfig for girara to the PKG_CONFIG_PATH
# TODO: Find out why it is not added correctly for Linux
ENV["PKG_CONFIG_PATH"] = "#{ENV["PKG_CONFIG_PATH"]}:#{Formula["girara"].prefix}/lib/x86_64-linux-gnu/pkgconfig"

inreplace "meson.build" do |s|
s.gsub! "subdir('doc')", ""
end


mkdir "build" do
system "meson", *std_meson_args, ".."
system "ninja"
Expand Down

0 comments on commit 59bbcde

Please sign in to comment.