summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2001-01-07 00:40:28 +0000
committerPascal Rigaux <pixel@mandriva.com>2001-01-07 00:40:28 +0000
commita1b69cf20a8c8693530da4ebda227b8e010d5b1e (patch)
treeb915e70a5515ea0ab477f06f740b98a7931ffaf3 /perl-install/install_steps.pm
parentd938092cc7ea332a57d0407352f3982caaae5678 (diff)
downloaddrakx-backup-do-not-use-a1b69cf20a8c8693530da4ebda227b8e010d5b1e.tar
drakx-backup-do-not-use-a1b69cf20a8c8693530da4ebda227b8e010d5b1e.tar.gz
drakx-backup-do-not-use-a1b69cf20a8c8693530da4ebda227b8e010d5b1e.tar.bz2
drakx-backup-do-not-use-a1b69cf20a8c8693530da4ebda227b8e010d5b1e.tar.xz
drakx-backup-do-not-use-a1b69cf20a8c8693530da4ebda227b8e010d5b1e.zip
for the moment, just release cdrom.img, hd.img and hdreiser.img
others should should come...
Diffstat (limited to 'perl-install/install_steps.pm')
-rw-r--r--perl-install/install_steps.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm
index 9340739f2..a080cd337 100644
--- a/perl-install/install_steps.pm
+++ b/perl-install/install_steps.pm
@@ -423,7 +423,7 @@ Consoles 1,3,4,7 may also contain interesting information";
if ($o->{pcmcia}) {
substInFile { s/.*(TaskBarShowAPMStatus).*/$1=1/ } "$o->{prefix}/usr/lib/X11/icewm/preferences";
- eval { commands::cp("$o->{prefix}/usr/share/applnk/System/kapm.kdelnk",
+ eval { commands::cp("$o->{prefix}/usr/share/applnk/System/kapm.kdelnk",
"$o->{prefix}/etc/skel/Desktop/Autostart/kapm.kdelnk") };
}