Skip to content

Commit

Permalink
app-misc/ca-certificates: Fix update-ca-certificates to use c_rehash
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/653382
Package-Manager: Portage-2.3.28, Repoman-2.3.9
  • Loading branch information
Whissi committed Apr 17, 2018
1 parent f8213e2 commit 03f9b67
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -116,6 +116,7 @@ src_prepare() {
sed -i \
-e '/="$ROOT/s:ROOT:ROOT'"${EPREFIX}"':' \
-e '/RELPATH="\.\./s:"$:'"${relp}"'":' \
-e 's/openssl rehash/c_rehash/' \
usr/sbin/update-ca-certificates || die
}

Expand Down

0 comments on commit 03f9b67

Please sign in to comment.