summaryrefslogtreecommitdiffstats
path: root/perl-install/install_any.pm
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>1999-11-24 19:22:30 +0000
committerFrancois Pons <fpons@mandriva.com>1999-11-24 19:22:30 +0000
commit865065ecc7f87f0d629833fcb35a3161eea632af (patch)
treef8a4d953c890518b436bc325a368a8903cc44971 /perl-install/install_any.pm
parentd7c6e8b958a653501f480b1cdc02c5020306669f (diff)
downloaddrakx-backup-do-not-use-865065ecc7f87f0d629833fcb35a3161eea632af.tar
drakx-backup-do-not-use-865065ecc7f87f0d629833fcb35a3161eea632af.tar.gz
drakx-backup-do-not-use-865065ecc7f87f0d629833fcb35a3161eea632af.tar.bz2
drakx-backup-do-not-use-865065ecc7f87f0d629833fcb35a3161eea632af.tar.xz
drakx-backup-do-not-use-865065ecc7f87f0d629833fcb35a3161eea632af.zip
*** empty log message ***
Diffstat (limited to 'perl-install/install_any.pm')
-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 2f0911696..2b2c6e018 100644
--- a/perl-install/install_any.pm
+++ b/perl-install/install_any.pm
@@ -516,7 +516,7 @@ sub kdeicons_postinstall {
template2userfile($prefix, "/usr/share/zip.kdelnk.in", "Desktop/zip$2.kdelnk", 0, %toreplace);
} elsif (/^\/dev\/(\S+)\s+\/mnt\/DOS_ (\S*)\s+/x) {
my %toreplace = ( device => $1, id => $2 );
- template2userfile($prefix, "/usr/share/DOS_.kdelnk.in", "Desktop/DOS_$2.kdelnk", 0, %toreplace);
+ template2userfile($prefix, "/usr/share/Dos_.kdelnk.in", "Desktop/Dos_$2.kdelnk", 0, %toreplace);
}
}
}