summaryrefslogtreecommitdiffstats
path: root/aclocal.m4
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-04-11 11:43:42 -0500
committerSlávek Banko <slavek.banko@axis.cz>2012-09-08 15:29:18 +0200
commit6cf32770a9d1f73be5cfc42c53320cb4259456be (patch)
treeea282efc9dc1c6703dd5492d55d89c33f48efc05 /aclocal.m4
parent5b9788efa8ff6d53d272acb044b6900dbf570a82 (diff)
downloadktechlab-6cf32770a9d1f73be5cfc42c53320cb4259456be.tar.gz
ktechlab-6cf32770a9d1f73be5cfc42c53320cb4259456be.zip
Update HTML install path references.
(cherry picked from commit 242ebbc479f92df9a81d521d40b17fe5b1833d7e)
Diffstat (limited to 'aclocal.m4')
-rw-r--r--aclocal.m46
1 files changed, 3 insertions, 3 deletions
diff --git a/aclocal.m4 b/aclocal.m4
index 3078d87..616f162 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -442,12 +442,12 @@ if test "$1" = "default"; then
if test -z "$kde_htmldir"; then
if test -f /etc/debian_version; then
if dpkg -s kdelibs4 | grep Status | grep not-installed 2>&1 >/dev/null; then
- kde_htmldir='\${prefix}/share/doc/HTML';
+ kde_htmldir='\${prefix}/share/doc/tde/HTML';
else
- kde_htmldir='\${prefix}/share/doc/kde/HTML'
+ kde_htmldir='\${prefix}/share/doc/tde/HTML'
fi
else
- kde_htmldir='\${prefix}/share/doc/HTML'
+ kde_htmldir='\${prefix}/share/doc/tde/HTML'
fi
fi