diff options
| author | Jaime Marquínez Ferrándiz | 2013-01-18 12:34:49 +0100 |
|---|---|---|
| committer | Adam Vandenberg | 2013-01-18 08:39:47 -0800 |
| commit | af76f5de686be0a20618022d456e913c1b06f7a4 (patch) | |
| tree | efcd4cb7aadce46d39185fec77ec58fede3a7a1c /Library/Formula | |
| parent | 680900933b4e2e7109954f430c160ab0c6dde257 (diff) | |
| download | homebrew-af76f5de686be0a20618022d456e913c1b06f7a4.tar.bz2 | |
youtube-dl: install bash completion
Closes #17168.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/youtube-dl.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/youtube-dl.rb b/Library/Formula/youtube-dl.rb index 8243c0f8d..27bac06c9 100644 --- a/Library/Formula/youtube-dl.rb +++ b/Library/Formula/youtube-dl.rb @@ -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 |
