commit 4048277

hovercats  ·  2024-10-11 03:34:11 +0000 UTC
parent d1a9d92
Revert "yt-dlp: force python to be /usr/bin/python and not /usr/bin/env python, as this doesnt exist ootb unless its created manually"

This reverts commit 5707dce2ec58812498bb72e5bd2ebd83de403581.

Python package now provides this as a solution to all python scripts using this.
1 files changed,  +2, -2
+2, -2
 1@@ -1,7 +1,7 @@
 2 #!/bin/sh -e
 3 
 4-make PYTHON=/usr/bin/python lazy-extractors
 5-make PYTHON=/usr/bin/python yt-dlp
 6+make lazy-extractors
 7+make yt-dlp
 8 
 9 chmod 755 yt-dlp
10