From: joehillen Date: Sun, 22 Jul 2012 20:36:22 +0000 (-0700) Subject: Added install target to Makefile. X-Git-Tag: 2012.10.09~27^2~6^2 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=refs%2Fpull%2F381%2Fhead;p=youtube-dl.git Added install target to Makefile. --- diff --git a/Makefile b/Makefile index e2da02e96b..0de669c12c 100644 --- a/Makefile +++ b/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 diff --git a/youtube-dl b/youtube-dl index b3e0cd4221..0a59de83b7 100755 Binary files a/youtube-dl and b/youtube-dl differ