1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-05-18 19:19:32 +00:00

Merge branch 'joehillen/master' - pull request #381

This commit is contained in:
Filippo Valsorda 2012-08-01 11:35:04 +02:00
commit 91645066e2
2 changed files with 4 additions and 1 deletions

View file

@ -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

Binary file not shown.