commit d0d0e2f

hovercats  ·  2025-05-25 07:22:20 +0000 UTC
parent a0caff3
libressl: use rm -rf, not just -r flag
1 files changed,  +1, -1
+1, -1
1@@ -16,4 +16,4 @@ rm -rf "$1/etc/ssl/cert.pem"
2 find "$1/usr/share/man" -type f -exec gzip -n -9 {} +
3 
4 # Find and remove symlinks that are now broken
5-find "$1/usr/share/man" -type l -exec rm -r {} +
6+find "$1/usr/share/man" -type l -exec rm -rf {} +