bitlbee: install dev headers

Closes Homebrew/homebrew#13985.
master
Adam Vandenberg 2012-08-29 08:52:44 -07:00
parent f47fec3b6a
commit dd46a9f354
1 changed files with 2 additions and 0 deletions

View File

@ -33,6 +33,8 @@ class Bitlbee < Formula
# This build depends on make running first.
system "make"
system "make install"
# Install the dev headers too
system "make install-dev"
# This build has an extra step.
system "make install-etc"