projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3210735
)
Added install target to Makefile.
author
joehillen
<joehillen@gmail.com>
Sun, 22 Jul 2012 20:36:22 +0000
(13:36 -0700)
committer
joehillen
<joehillen@gmail.com>
Sun, 22 Jul 2012 20:36:22 +0000
(13:36 -0700)
Makefile
patch
|
blob
|
history
youtube-dl
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index e2da02e96ba304fec7e76c5fb604ae973cbf34fa..0de669c12cb326aa396e8f1abc7847525fef2237 100644
(file)
--- 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 b3e0cd4221b302881fc5ad75746dd5fc9ad0c7fd..0a59de83b7ee43b69175850e6ed2714b38c7937c 100755
(executable)
Binary files a/youtube-dl and b/youtube-dl differ