diff options
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/install_steps_gtk.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/perl-install/install_steps_gtk.pm b/perl-install/install_steps_gtk.pm index 3683678e7..590c83760 100644 --- a/perl-install/install_steps_gtk.pm +++ b/perl-install/install_steps_gtk.pm @@ -477,6 +477,8 @@ my @advertising_images; sub copy_advertising { my ($o) = @_; + return if $::rootwidth < 800; + my $f = install_any::getFile('Mandrake/share/advertising/list'); if (my @files = <$f>) { my $dir = "$o->{prefix}/tmp/drakx-images"; |