summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2000-01-12 14:11:27 +0000
committerPascal Rigaux <pixel@mandriva.com>2000-01-12 14:11:27 +0000
commite03ebc1470b7196dee9ae7e8ea9f872246285e4b (patch)
tree41e29e7750bed18c2516b4a3e2944e6931ed107c
parentf85c19babf9755afc87178102ff13f1c52b33066 (diff)
downloaddrakx-backup-do-not-use-e03ebc1470b7196dee9ae7e8ea9f872246285e4b.tar
drakx-backup-do-not-use-e03ebc1470b7196dee9ae7e8ea9f872246285e4b.tar.gz
drakx-backup-do-not-use-e03ebc1470b7196dee9ae7e8ea9f872246285e4b.tar.bz2
drakx-backup-do-not-use-e03ebc1470b7196dee9ae7e8ea9f872246285e4b.tar.xz
drakx-backup-do-not-use-e03ebc1470b7196dee9ae7e8ea9f872246285e4b.zip
*** empty log message ***air
-rw-r--r--perl-install/install_any.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm
index ae74d7cea..006834939 100644
--- a/perl-install/install_any.pm
+++ b/perl-install/install_any.pm
@@ -661,7 +661,7 @@ sub kdeicons_postinstall($) {
my @l = map { "$prefix$_/Desktop/Doc.kdelnk" } list_skels();
if (my ($lang) = eval { all("$prefix/usr/doc/mandrake") }) {
substInFile { s|^(URL=.*?)/?$|$1/$lang| } @l;
- substInFile { s|^(url=/usr/doc/mandrake/)$|$1$lang| } "$prefix/usr/lib/desktop-links/mandrake.links";
+ substInFile { s|^(url=/usr/doc/mandrake/)$|$1$lang/index.html| } "$prefix/usr/lib/desktop-links/mandrake.links";
} else {
unlink @l;
substInFile { $_ = '' if /^\[MDKsupport\]$/ .. /^\s*$/ } "$prefix/usr/lib/desktop-links/mandrake.links";