aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFilippo Valsorda <filippo.valsorda@gmail.com>2012-08-01 11:35:04 +0200
committerFilippo Valsorda <filippo.valsorda@gmail.com>2012-08-01 11:35:04 +0200
commit91645066e276c8381f000e0a7661704c97814fd0 (patch)
tree35ce96b2047218fd1b33af729b496bda544438f7 /Makefile
parentdee5d76923b15ed82ba5fbd1cdde3cf113e0477c (diff)
parentef0c08cdfe05295f7dc5b164f187e2359970cde1 (diff)
downloadyoutube-dl-91645066e276c8381f000e0a7661704c97814fd0.tar.xz
Merge branch 'joehillen/master' - pull request #381
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e2da02e96..0de669c12 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