ソースを参照

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

Filippo Valsorda 13 年 前
コミット
91645066e2
2 ファイル変更4 行追加1 行削除
  1. 4 1
      Makefile
  2. BIN
      youtube-dl

+ 4 - 1
Makefile

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

BIN
youtube-dl