Browse Source

package: ca-certificates: Fix python3 path

Python is usually installed in /usr/bin.

Actually this should use host-built python binary instead, but porting
the dependencies seems non-trivial. Python packaging is such a mess. :(

Signed-off-by: Phil Sutter <phil@nwl.cc>
Phil Sutter 3 months ago
parent
commit
eb8ff227ac
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/ca-certificates/patches/patch-mozilla_Makefile

+ 1 - 1
package/ca-certificates/patches/patch-mozilla_Makefile

@@ -5,7 +5,7 @@
  
  all:
 -	python3 certdata2pem.py
-+	/bin/python3 certdata2pem.py
++	/usr/bin/python3 certdata2pem.py
  
  clean:
  	-rm -f *.crt