summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
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"