Skip to content

Commit

Permalink
bitlbee: look for plugins in HOMEBREW_PREFIX/lib/bitlbee
Browse files Browse the repository at this point in the history
Closes #6761.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
  • Loading branch information
erisdev authored and MikeMcQuaid committed Nov 10, 2016
1 parent 3345766 commit e601f80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Formula/bitlbee.rb
Expand Up @@ -31,6 +31,7 @@ class Bitlbee < Formula
def install
args = %W[
--prefix=#{prefix}
--plugindir=#{HOMEBREW_PREFIX}/lib/bitlbee/
--debug=0
--ssl=gnutls
--pidfile=#{var}/bitlbee/run/bitlbee.pid
Expand Down

0 comments on commit e601f80

Please sign in to comment.