diff options
author | Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de> | 2021-08-15 10:16:15 +0200 |
---|---|---|
committer | Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de> | 2021-08-15 10:16:15 +0200 |
commit | ffa7bc1c655d1e41ec350e4880a96827a834ada0 (patch) | |
tree | bf597e0c798346e8bbec907636b6557a57c0e402 | |
parent | adbaf3703a217fef2cb1d7951f9846afb2adf0fc (diff) | |
download | midipix_build-ffa7bc1c655d1e41ec350e4880a96827a834ada0.tar.bz2 midipix_build-ffa7bc1c655d1e41ec350e4880a96827a834ada0.tar.xz |
patches/ca_certificates_host.local.patch: don't install ${DESTDIR}/usr/local/share/ca-certificates.
-rw-r--r-- | patches/ca_certificates_host.local.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/patches/ca_certificates_host.local.patch b/patches/ca_certificates_host.local.patch new file mode 100644 index 00000000..a0f91b23 --- /dev/null +++ b/patches/ca_certificates_host.local.patch @@ -0,0 +1,10 @@ +--- ca-certificates/Makefile.orig 2021-08-14 20:46:04.231739572 +0200 ++++ ca-certificates/Makefile 2021-08-15 10:13:48.899745275 +0200 +@@ -21,7 +21,6 @@ + ${DESTDIR}/usr/bin \ + ${DESTDIR}/usr/sbin \ + ${DESTDIR}/usr/share/ca-certificates \ +- ${DESTDIR}/usr/local/share/ca-certificates \ + ${DESTDIR}/etc/ssl/certs + + for cert in *.crt; do \ |