From b05cbab8bc30cd9dcf4fbe2f0f8222a55c070a63 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Thu, 18 Jun 2020 09:55:19 +0300 Subject: ca-certificates: install update-certdata to /usr/bin --- core/ca-certificates/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/ca-certificates/build') diff --git a/core/ca-certificates/build b/core/ca-certificates/build index bc275ee1..0f8263d8 100755 --- a/core/ca-certificates/build +++ b/core/ca-certificates/build @@ -1,3 +1,3 @@ #!/bin/sh -e -install -Dm755 cert.sh "$1/etc/certificates/update-certdata.sh" +install -Dm755 cert.sh "$1/usr/bin/update-certdata" -- cgit v1.2.3