
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> --- package/ca-certificates/patches/patch-mozilla_Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/ca-certificates/patches/patch-mozilla_Makefile b/package/ca-certificates/patches/patch-mozilla_Makefile index 768f263733ebd..a9cd5ad44ad25 100644 --- a/package/ca-certificates/patches/patch-mozilla_Makefile +++ b/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 -- 2.43.0