diff options
author | Cem Keylan <cem@ckyln.com> | 2021-07-24 01:21:39 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-07-24 01:21:39 +0300 |
commit | 17eafc45fbbbb24578ab9e3d2152f8871118651d (patch) | |
tree | 148059ade01c4e0d118fa8258ceac1670d90f2bd | |
parent | c62d48373b0ddde48133512e513f03cc6b2bfda3 (diff) | |
download | repository-17eafc45fbbbb24578ab9e3d2152f8871118651d.tar.gz |
ca-certificates: use clinst
-rwxr-xr-x | core/ca-certificates/build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/ca-certificates/build b/core/ca-certificates/build index 0f8263d8..c9a813f0 100755 --- a/core/ca-certificates/build +++ b/core/ca-certificates/build @@ -1,3 +1,3 @@ #!/bin/sh -e -install -Dm755 cert.sh "$1/usr/bin/update-certdata" +clinst -Dm755 cert.sh "$1/usr/bin/update-certdata" |