#### #### #### ### #### #### #### # ####
# # # # # # # # # # # # #
#### ### #### # # #### ### # # #
# # # # # # # # # # #
# #### # # ### # #### #### # ####
Personal operating system
COMPILATION
These are compilation instructions for p11-kit.
sed '20,$ d' -i trust/trust-extract-compat && cat >> trust/trust-extract-compat << 'EOF' # Copy existing anchor modifications to /etc/pki/anchors /usr/libexec/make-ca/copy-trust-modifications # Update trust stores /usr/sbin/make-ca -r EOF meson setup _build --prefix=/usr --buildtype=release -D trust_paths=/etc/pki/anchors && meson compile -C _build && DESTDIR= meson install -C _build #cd DESTDIR/usr/bin #ln -sfv ../libexec/p11-kit/trust-extract-compat update-ca-certificates