summaryrefslogtreecommitdiff
path: root/eclass/kde5.eclass
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-01-26 19:25:58 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-01-26 21:27:47 +0100
commitf43314858512a59068b50461552c32f13eaac727 (patch)
tree8692715d90b3bd8ddcb19b3e011bd24276647357 /eclass/kde5.eclass
parent486520716f925eb18468cac740c354135d18cece (diff)
downloadkde-f43314858512a59068b50461552c32f13eaac727.tar.gz
kde-f43314858512a59068b50461552c32f13eaac727.tar.bz2
kde-f43314858512a59068b50461552c32f13eaac727.zip
kde5.eclass: Typo
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'eclass/kde5.eclass')
-rw-r--r--eclass/kde5.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass
index 92d28a05fb4..d6c790fe525 100644
--- a/eclass/kde5.eclass
+++ b/eclass/kde5.eclass
@@ -700,14 +700,14 @@ kde5_src_install() {
# cmake can't find the tags and qthelp viewers can't find the docs
local p=$(best_version dev-qt/qtcore:5)
local pv=$(echo ${p/%-r[0-9]*/} | rev | cut -d - -f 1 | rev)
- #todo: clean up trailing space check when EAPI <7 is removed
+ #todo: clean up trailing slash check when EAPI <7 is removed
if [[ -d ${ED%/}/usr/share/doc/qt-${pv} ]]; then
docompress -x /usr/share/doc/qt-${pv}
fi
# We don't want /usr/share/doc/HTML to be compressed,
# because then khelpcenter can't find the docs
- #todo: clean up trailing space check when EAPI <7 is removed
+ #todo: clean up trailing slash check when EAPI <7 is removed
if [[ -d ${ED%/}/usr/share/doc/HTML ]]; then
docompress -x /usr/share/doc/HTML
fi