summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSebastian2011-06-03 16:39:09 +0200
committerSebastian2011-06-03 16:39:09 +0200
commitf4c1bce7c50e56a1d539e7635a78a6b517c0646c (patch)
treed4a56687357c3687c1a3b1d3874e81554059b57d /src
parentMerge branch 'master' of openslx.org:openslx/core (diff)
downloadcore-f4c1bce7c50e56a1d539e7635a78a6b517c0646c.tar.gz
core-f4c1bce7c50e56a1d539e7635a78a6b517c0646c.tar.xz
core-f4c1bce7c50e56a1d539e7635a78a6b517c0646c.zip
fix typo
Diffstat (limited to 'src')
-rw-r--r--src/os-plugins/plugins/desktop/OpenSLX/OSPlugin/desktop.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/os-plugins/plugins/desktop/OpenSLX/OSPlugin/desktop.pm b/src/os-plugins/plugins/desktop/OpenSLX/OSPlugin/desktop.pm
index 3eee6c4e..6e6c929e 100644
--- a/src/os-plugins/plugins/desktop/OpenSLX/OSPlugin/desktop.pm
+++ b/src/os-plugins/plugins/desktop/OpenSLX/OSPlugin/desktop.pm
@@ -652,8 +652,8 @@ sub _setupSupportedThemes
my @supportedThemes = split m{\s*,\s*}, $supportedThemes;
# Copy common theme distro icons into plugion-repo folder
- my $commonThemeSourcePath = "$self->{openslxBasePath}/lib/plugins/desktop/themes/common"
- my $commonThemeTargetPath = "$self->{pluginRepositoryPath}/themes"
+ my $commonThemeSourcePath = "$self->{openslxBasePath}/lib/plugins/desktop/themes/common";
+ my $commonThemeTargetPath = "$self->{pluginRepositoryPath}/themes";
mkpath($commonThemeTargetPath);
slxsystem(
"cp -r $commonThemeSourcePath $commonThemeTargetPath/ 2>/dev/null"