summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/os-plugins/plugins/desktop/XX_desktop.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/os-plugins/plugins/desktop/XX_desktop.sh b/src/os-plugins/plugins/desktop/XX_desktop.sh
index 8ae9ce41..ea3e2be9 100644
--- a/src/os-plugins/plugins/desktop/XX_desktop.sh
+++ b/src/os-plugins/plugins/desktop/XX_desktop.sh
@@ -20,8 +20,8 @@ if [ -e /initramfs/plugin-conf/desktop.conf ]; then
if [ $desktop_active -ne 0 ]; then
[ $DEBUGLEVEL -gt 0 ] && echo "executing the 'desktop' os-plugin ...";
- ln -sf /mnt/opt/openslx/plugin-repo/desktop/themes/common/${slxconf_distro_name}.png \
- /etc/distro.png
+ ln -sf /opt/openslx/plugin-repo/desktop/themes/common/${slxconf_distro_name}.png \
+ /mnt/etc/distro.png
# problem which occurs if exporting was forgotten (quick fix code)
if [ -e /mnt/opt/openslx/plugin-repo/desktop/${desktop_manager}/desktop.sh ]