diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-04-11 11:25:06 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-04-11 11:25:06 -0500 |
commit | df87915c98f09e57099b8070cf8e40a56dc00896 (patch) | |
tree | 59fa0dfeb0836d7c102e83c22284d814a3765c61 /aclocal.m4 | |
parent | 09a905128d7af78e9bdf9fda24cb3d0675f7ea7e (diff) | |
download | kcpuload-df87915c98f09e57099b8070cf8e40a56dc00896.tar.gz kcpuload-df87915c98f09e57099b8070cf8e40a56dc00896.zip |
Update HTML install path references.
Diffstat (limited to 'aclocal.m4')
-rw-r--r-- | aclocal.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -431,7 +431,7 @@ AC_DEFUN(KDE_SET_DEFAULT_PATHS, if test "$1" = "default"; then if test -z "$kde_htmldir"; then - kde_htmldir='\${prefix}/share/doc/HTML' + kde_htmldir='\${prefix}/share/doc/tde/HTML' fi if test -z "$kde_appsdir"; then kde_appsdir='\${prefix}/share/applnk' |