23 222 B

12345
  1. #Makefile: Point the installer to youtube-dl.py
  2. #ln=
  3. install: youtube-dl youtube-dl.1 youtube-dl.bash-completion youtube-dl.zsh youtube-dl.fish
  4. install -d $(DESTDIR)$(BINDIR)
  5. install -m 755 youtube-dl $(DESTDIR)$(BINDIR)