youtube-dl: install bash completion

Closes Homebrew/homebrew#17168.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Jaime Marquínez Ferrándiz 2013-01-18 12:34:49 +01:00 committed by Adam Vandenberg
parent aa2b1e8359
commit ca0e4c3abb
1 changed files with 1 additions and 0 deletions

View File

@ -9,5 +9,6 @@ class YoutubeDl < Formula
system "make", "youtube-dl", "PREFIX=#{prefix}"
bin.install 'youtube-dl'
man1.install 'youtube-dl.1'
(prefix+'etc/bash_completion.d').install 'youtube-dl.bash-completion'
end
end