From 914e048be7b2bd5524969849c6e2eca34bfcc5b8 Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Thu, 31 Jul 2003 12:41:16 +0000 Subject: fixed /usr/share/bootsplash directory not created for images. --- perl-install/install_steps.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index d0e7181ba..cfec5ac14 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -326,8 +326,8 @@ sub beforeInstallPackages { log::l("setting excludedocs to $o->{excludedocs}"); substInFile { s/%_excludedocs.*//; $_ .= "%_excludedocs yes\n" if eof && $o->{excludedocs} } "$o->{prefix}/etc/rpm/macros"; + mkdir "$o->{prefix}$_" foreach qw(/boot /usr /usr/share /usr/share/mdk /usr/share/bootsplash); #- add oem lilo theme and background if the files exists. - mkdir "$o->{prefix}$_" foreach qw(/boot /usr /usr/share /usr/share/mdk); install_any::getAndSaveFile("Mandrake/base/oem-message-graphic", "$o->{prefix}/boot/oem-message-graphic"); install_any::getAndSaveFile("Mandrake/base/oem-background.png", "$o->{prefix}/usr/share/mdk/oem-background.png"); #- add oem bootsplash theme if files exists. -- cgit v1.2.1