Update final HTML install path so all modules are consistent.

(cherry picked from commit ee037c6fad)
v3.5.13-sru v3.5.13.1
Darrell Anderson 12 years ago committed by Slávek Banko
parent e4edddce0a
commit dcb06c9359

@ -468,7 +468,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'

@ -16,7 +16,7 @@ $qtdir = "/usr/share/qt3";
$kde_cgidir = "$kde_prefix/lib/cgi-bin";
$kde_confdir = "$sysconfdir/trinity";
$kde_htmldir = "$kde_prefix/share/doc/kde/HTML";
$kde_htmldir = "$kde_prefix/share/doc/tde/HTML";
if (defined $ENV{DEB_BUILD_OPTIONS} &&
$ENV{DEB_BUILD_OPTIONS} =~ /\bnostrip\b/) {

Loading…
Cancel
Save