summaryrefslogtreecommitdiffstats
path: root/patches/source/openssl/openssl.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'patches/source/openssl/openssl.SlackBuild')
-rwxr-xr-xpatches/source/openssl/openssl.SlackBuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/patches/source/openssl/openssl.SlackBuild b/patches/source/openssl/openssl.SlackBuild
index e10aad5ce..3d0e89454 100755
--- a/patches/source/openssl/openssl.SlackBuild
+++ b/patches/source/openssl/openssl.SlackBuild
@@ -150,6 +150,9 @@ rm -f $PKG1/usr/lib${LIBDIRSUFFIX}/*.a
# No thanks on manpages duplicated as html:
rm -rf $PKG1/usr/share/doc
+# Also no thanks on .pod versions of the already shipped manpages:
+rm -rf $PKG1/usr/doc/openssl-*/doc/man*
+
# Make the .so.? library symlinks:
( cd $PKG1/usr/lib${LIBDIRSUFFIX} ; ldconfig -l lib*.so.* )