summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2010-12-17 22:25:39 +0100
committerFridrich Štrba <fridrich.strba@bluewin.ch>2010-12-17 22:25:39 +0100
commitebc00ac9c5300ace9e1c1013e9c03a6fa976219e (patch)
treecfe6faf1c0ce61efcf9ec86c4b7e5b3f477f88e2
parent344fd93ee1f4544cfc80312fa4f8c34a89026be6 (diff)
fix a typo
-rw-r--r--solenv/bin/modules/installer/download.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/bin/modules/installer/download.pm b/solenv/bin/modules/installer/download.pm
index e9510e97defb..147d3358f134 100644
--- a/solenv/bin/modules/installer/download.pm
+++ b/solenv/bin/modules/installer/download.pm
@@ -664,7 +664,7 @@ sub get_install_type
}
elsif ( $installer::globals::helppack )
{
- $type = "langpack";
+ $type = "helppack";
if ( $installer::globals::isrpmbuild )
{