summaryrefslogtreecommitdiff
path: root/eclass/kde5.eclass
diff options
context:
space:
mode:
Diffstat (limited to 'eclass/kde5.eclass')
-rw-r--r--eclass/kde5.eclass6
1 files changed, 6 insertions, 0 deletions
diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass
index affd1c6afd5..3db64029759 100644
--- a/eclass/kde5.eclass
+++ b/eclass/kde5.eclass
@@ -533,6 +533,12 @@ kde5_src_install() {
fi
cmake-utils_src_install
+
+ # We don't want ${PREFIX}/share/doc/HTML to be compressed,
+ # because then khelpcenter can't find the docs
+ if [[ -d ${ED}/${PREFIX}/share/doc/HTML ]]; then
+ docompress -x ${PREFIX}/share/doc/HTML
+ fi
}
# @FUNCTION: kde5_pkg_preinst