diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-04-11 11:07:32 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-04-11 11:07:32 -0500 |
commit | db6ded63b3db474f7b9e77a5be855621a024a213 (patch) | |
tree | b14e028ec0d3f6d3c6d383f21c9e3e950010fb9c /aclocal.m4 | |
parent | 66564c2f351fb4ab0a05a9c707072d494bf992b9 (diff) | |
download | ktorrent-db6ded63b3db474f7b9e77a5be855621a024a213.tar.gz ktorrent-db6ded63b3db474f7b9e77a5be855621a024a213.zip |
Update HTML install path references.
Diffstat (limited to 'aclocal.m4')
-rw-r--r-- | aclocal.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -440,7 +440,7 @@ AC_DEFUN([KDE_SET_DEFAULT_PATHS], if test "$1" = "default"; then if test -z "$kde_htmldir"; then - kde_htmldir='\${datadir}/doc/HTML' + kde_htmldir='\${datadir}/doc/tde/HTML' fi if test -z "$kde_appsdir"; then kde_appsdir='\${datadir}/applnk' |