diff options
| author | Jaime Marquínez Ferrándiz | 2014-09-13 12:42:46 +0200 |
|---|---|---|
| committer | Jack Nagel | 2014-09-13 11:24:12 -0500 |
| commit | f1fc7a31664399dc6b786f6c3dc0f09a40f20898 (patch) | |
| tree | e7ce9f542fd109ef2dbb27efa5da5eb417c23a14 /Library/Formula | |
| parent | 0c4940c0dc961219237f4362e9f0aa9e7f0bd83e (diff) | |
| download | homebrew-f1fc7a31664399dc6b786f6c3dc0f09a40f20898.tar.bz2 | |
youtube-dl: Simplify HEAD build
The legacy executable has been removed
Closes #32279.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/youtube-dl.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Library/Formula/youtube-dl.rb b/Library/Formula/youtube-dl.rb index 54324f45c..c780a3276 100644 --- a/Library/Formula/youtube-dl.rb +++ b/Library/Formula/youtube-dl.rb @@ -23,8 +23,6 @@ class YoutubeDl < Formula depends_on "rtmpdump" => :optional def install - # Remove the legacy executable from the git repo - rm "youtube-dl" if build.head? system "make", "PREFIX=#{prefix}" bin.install "youtube-dl" man1.install "youtube-dl.1" |
