]> git.armaanb.net Git - asd-repo.git/blob - extra/youtube-dl/build
Adapt for asd linux
[asd-repo.git] / extra / youtube-dl / build
1 #!/bin/sh -e
2
3 make lazy-extractors
4 make youtube-dl
5
6 install -Dm755 youtube-dl "$1/usr/bin/youtube-dl"