commit 555225f
hovercats
·
2024-04-15 14:58:00 +0000 UTC
parent 998c1ba
libressl: fix name for cacert
2 files changed,
+2,
-2
+1,
-1
1@@ -10,7 +10,7 @@ make
2 make DESTDIR="$1" install
3
4 # Certs is provided elsewhere
5-rm -rf "$1/etc/ssl/cacert.pem"
6+rm -rf "$1/etc/ssl/cert.pem"
7
8 # Compress manpages
9 find "$1/usr/share/man" -type f | xargs gzip -n -9
+1,
-1
1@@ -1 +1 @@
2-3.7.3 3
3+3.7.3 4