mozilla-ublock-origin/mozilla-ublock-origin-python3.patch
Dominik 'Rathann' Mierzejewski 152ca64652 use python3 in build script explicitly
2020-07-13 13:19:53 +02:00

12 lines
532 B
Diff

diff -up uBlock-1.28.2/tools/make-firefox.sh.py3 uBlock-1.28.2/tools/make-firefox.sh
--- uBlock-1.28.2/tools/make-firefox.sh.py3 2020-07-11 15:26:44.000000000 +0200
+++ uBlock-1.28.2/tools/make-firefox.sh 2020-07-13 13:16:00.501025776 +0200
@@ -34,7 +34,7 @@ rm $DES/js/vapi-usercss.pseudo.js
rm $DES/img/icon_128.png
echo "*** uBlock0.firefox: Generating meta..."
-python tools/make-firefox-meta.py $DES/
+python3 tools/make-firefox-meta.py $DES/
if [ "$1" = all ]; then
echo "*** uBlock0.firefox: Creating package..."