Skip to content

Commit

Permalink
dpkg: symlink pkg-config file to default location
Browse files Browse the repository at this point in the history
dpkg includes a pkg-config file -- it works if I manually specified
PKG_CONFIG_PATH=$(brew --prefix dpkg)/libexec/lib/pkgconfig so this
fixes it to install the .pc file into the right default search path.

Closes #1317.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
  • Loading branch information
ashb authored and DomT4 committed May 21, 2016
1 parent 9e60802 commit 3d0c554
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Formula/dpkg.rb
Expand Up @@ -40,6 +40,7 @@ def install

bin.install Dir["#{libexec}/bin/*"]
man.install Dir["#{libexec}/share/man/*"]
(lib/"pkgconfig").install_symlink Dir["#{libexec}/lib/pkgconfig/*.pc"]
bin.env_script_all_files(libexec+"bin", :PERL5LIB => ENV["PERL5LIB"])

(buildpath/"dummy").write "Vendor: dummy\n"
Expand Down

0 comments on commit 3d0c554

Please sign in to comment.