summaryrefslogtreecommitdiffstats
path: root/os-plugins/plugins/bootsplash/OpenSLX/OSPlugin/bootsplash.pm
diff options
context:
space:
mode:
authorMichael Janczyk2008-03-11 20:45:29 +0100
committerMichael Janczyk2008-03-11 20:45:29 +0100
commitcacc9fb39bbae560c3a657f049e04ab805058fec (patch)
treecfc9f82435b9c8fbc2158f0af2ff8bd359c9932f /os-plugins/plugins/bootsplash/OpenSLX/OSPlugin/bootsplash.pm
parentfirts part. (diff)
downloadcore-cacc9fb39bbae560c3a657f049e04ab805058fec.tar.gz
core-cacc9fb39bbae560c3a657f049e04ab805058fec.tar.xz
core-cacc9fb39bbae560c3a657f049e04ab805058fec.zip
added 2. part of theme plugin, has still to be modified.
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1618 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'os-plugins/plugins/bootsplash/OpenSLX/OSPlugin/bootsplash.pm')
-rw-r--r--os-plugins/plugins/bootsplash/OpenSLX/OSPlugin/bootsplash.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/os-plugins/plugins/bootsplash/OpenSLX/OSPlugin/bootsplash.pm b/os-plugins/plugins/bootsplash/OpenSLX/OSPlugin/bootsplash.pm
index 8748dfb2..16345136 100644
--- a/os-plugins/plugins/bootsplash/OpenSLX/OSPlugin/bootsplash.pm
+++ b/os-plugins/plugins/bootsplash/OpenSLX/OSPlugin/bootsplash.pm
@@ -126,10 +126,10 @@ sub copyRequiredFilesIntoInitramfs
my $attrs = shift;
my $makeInitRamFSEngine = shift;
- my $themesDir = "$openslxConfig{'base-path'}/share/themes";
+ my $themeDir = "$openslxConfig{'base-path'}/share/themes";
my $bootsplashTheme = $attrs->{'bootsplash::theme'} || '';
if ($bootsplashTheme) {
- my $bootsplashThemeDir = "$themesDir/$bootsplashTheme/bootsplash";
+ my $bootsplashThemeDir = "$themeDir/$bootsplashTheme/bootsplash";
if (-d $bootsplashThemeDir) {
my $splashyPath = "$openslxConfig{'base-path'}/share/splashy";
$makeInitRamFSEngine->addCMD(
@@ -150,7 +150,7 @@ sub copyRequiredFilesIntoInitramfs
vlog(
1,
_tr(
- "bootsplash-plugin: bootsplash=%s
+ "bootsplash-plugin: bootsplash=%s",
$bootsplashTheme
)
);