diff options
author | Filippo Valsorda <filippo.valsorda@gmail.com> | 2012-08-01 11:35:04 +0200 |
---|---|---|
committer | Filippo Valsorda <filippo.valsorda@gmail.com> | 2012-08-01 11:35:04 +0200 |
commit | 91645066e276c8381f000e0a7661704c97814fd0 (patch) | |
tree | 35ce96b2047218fd1b33af729b496bda544438f7 | |
parent | dee5d76923b15ed82ba5fbd1cdde3cf113e0477c (diff) | |
parent | ef0c08cdfe05295f7dc5b164f187e2359970cde1 (diff) |
Merge branch 'joehillen/master' - pull request #381
-rw-r--r-- | Makefile | 5 | ||||
-rwxr-xr-x | youtube-dl | bin | 40663 -> 40663 bytes |
2 files changed, 4 insertions, 1 deletions
@@ -23,4 +23,7 @@ compile: cat youtube-dl.zip >> youtube-dl rm youtube-dl.zip -.PHONY: default compile update update-latest update-readme +install: youtube-dl + install -m 755 --owner root --group root youtube-dl /usr/local/bin/ + +.PHONY: default compile update update-latest update-readme install diff --git a/youtube-dl b/youtube-dl Binary files differindex f2268af22..82d465c46 100755 --- a/youtube-dl +++ b/youtube-dl |