mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-20 11:54:17 +08:00
Make make-ca.sh assume less about the system
This commit is contained in:
parent
74c4e73791
commit
d2ec561ca0
12
recipes/ca-certificates/make-ca.patch
Normal file
12
recipes/ca-certificates/make-ca.patch
Normal file
@ -0,0 +1,12 @@
|
||||
1c1
|
||||
< #!/bin/bash
|
||||
---
|
||||
> #!/usr/bin/env bash
|
||||
31,33c31,33
|
||||
< CERTUTIL="/usr/bin/certutil"
|
||||
< KEYTOOL="/opt/jdk/bin/keytool"
|
||||
< OPENSSL="/usr/bin/openssl"
|
||||
---
|
||||
> CERTUTIL="certutil"
|
||||
> KEYTOOL="keytool"
|
||||
> OPENSSL="openssl"
|
||||
Loading…
Reference in New Issue
Block a user