Skip to content

Commit

Permalink
update csvkit: link newly included manpages
Browse files Browse the repository at this point in the history
As of 2.0.1 (wireservice/csvkit#1236) man pages for csvkit are now built and included in wheels! This commit updates the formula to link them.
  • Loading branch information
vergenzt committed Sep 30, 2024
1 parent b31b064 commit d30c7cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Formula/c/csvkit.rb
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ class Csvkit < Formula

def install
virtualenv_install_with_resources
man1.install_symlink libexec.glob("share/man/man1/*.1")
end

test do
Expand Down

0 comments on commit d30c7cd

Please sign in to comment.