From 8096898aa0251301dc1943ca4375158919b340d9 Mon Sep 17 00:00:00 2001 From: Sebastian Schmelzer Date: Mon, 9 Mar 2009 15:35:27 +0000 Subject: * OSSetup install now uses the uclib environment * minor fix for suse install * added script for fetching suse mirrors git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2699 95ad53e4-c205-0410-b2fa-d234c58c8868 --- installer/OpenSLX/OSSetup/Distro/Suse.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'installer/OpenSLX/OSSetup/Distro/Suse.pm') diff --git a/installer/OpenSLX/OSSetup/Distro/Suse.pm b/installer/OpenSLX/OSSetup/Distro/Suse.pm index e41e919a..e8e1c7c8 100644 --- a/installer/OpenSLX/OSSetup/Distro/Suse.pm +++ b/installer/OpenSLX/OSSetup/Distro/Suse.pm @@ -43,7 +43,7 @@ sub initialize my $defaultMetaPackager = 'zypper'; if ($self->{'engine'}->{'distro-name'} =~ m{-([^-]+)$}) { my $distroVersion = 0.0 + $1; - if ($distroVersion < 10.2) { + if ($distroVersion <= 10.2) { $defaultMetaPackager = 'smart'; } } -- cgit v1.2.3-55-g7522