summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakhelp
diff options
context:
space:
mode:
authorDaouda Lo <daouda@mandriva.com>2003-02-06 11:15:37 +0000
committerDaouda Lo <daouda@mandriva.com>2003-02-06 11:15:37 +0000
commitee32be5541987d476a6e15fe1210e1a29bc76ee8 (patch)
treed20cec72348a81dbd0803d5b2217a8d06bd8d10b /perl-install/standalone/drakhelp
parent8563788a3f0893b0446bda6a0ac0af8c89f2ef58 (diff)
downloaddrakx-ee32be5541987d476a6e15fe1210e1a29bc76ee8.tar
drakx-ee32be5541987d476a6e15fe1210e1a29bc76ee8.tar.gz
drakx-ee32be5541987d476a6e15fe1210e1a29bc76ee8.tar.bz2
drakx-ee32be5541987d476a6e15fe1210e1a29bc76ee8.tar.xz
drakx-ee32be5541987d476a6e15fe1210e1a29bc76ee8.zip
- change package name to install
Diffstat (limited to 'perl-install/standalone/drakhelp')
-rw-r--r--perl-install/standalone/drakhelp2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/drakhelp b/perl-install/standalone/drakhelp
index dde416209..a6da9f497 100644
--- a/perl-install/standalone/drakhelp
+++ b/perl-install/standalone/drakhelp
@@ -19,7 +19,7 @@ my $lang = lang::lang2LANG(lang::read('',$>)) || 'en';
if (!member($lang, qw(de en es fr it ru))) { $lang = 'en' };
my $path_to_help = "/usr/share/doc/mandrake/" . $lang . "/";
--d $path_to_help or $in->do_pkgs->install('mandrake_doc-' . $lang);
+-d $path_to_help or $in->do_pkgs->install('mandrake_doc-drakxtools-' . $lang);
if ((my $wm = any::running_window_manager()) eq 'kwin') {
system("mdklaunchhelp " . $path_to_help . $ARGV[0] . "&");