From 66e90bee696476d8de3075a9afa9103d94364de2 Mon Sep 17 00:00:00 2001 From: Anthony Ramine Date: Wed, 18 Apr 2012 21:39:22 +0200 Subject: rebar: install bash completion Signed-off-by: Adam Vandenberg --- Library/Formula/rebar.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'Library/Formula') diff --git a/Library/Formula/rebar.rb b/Library/Formula/rebar.rb index 516b09789..9dbffe30d 100644 --- a/Library/Formula/rebar.rb +++ b/Library/Formula/rebar.rb @@ -9,5 +9,6 @@ class Rebar < Formula def install system "./bootstrap" bin.install "rebar" + (prefix+'etc/bash_completion.d').install 'priv/shell-completion/bash/rebar' end end -- cgit v1.2.3