summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSebastian2011-06-03 16:46:30 +0200
committerSebastian2011-06-03 16:46:30 +0200
commitbeab124d24225a192676ceee9afc3f2cd3bba5cc (patch)
treed7aca6e16bc5611da6008e932fe308bc20c7586f /src
parentfix typo (diff)
downloadcore-beab124d24225a192676ceee9afc3f2cd3bba5cc.tar.gz
core-beab124d24225a192676ceee9afc3f2cd3bba5cc.tar.xz
core-beab124d24225a192676ceee9afc3f2cd3bba5cc.zip
..
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 ]