commit e6d5642
hovercats
·
2024-05-14 10:44:32 +0000 UTC
parent bea86b1
libressl: remove broken symlinks
2 files changed,
+4,
-1
+3,
-0
1@@ -14,3 +14,6 @@ rm -rf "$1/etc/ssl/cert.pem"
2
3 # Compress manpages
4 find "$1/usr/share/man" -type f -exec gzip -n -9 {} +
5+
6+# Find and remove symlinks that are now broken
7+find "$1/usr/share/man" -type l -exec rm -r {} +
+1,
-1
1@@ -1 +1 @@
2-3.7.3 4
3+3.7.3 5