summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDirk von Suchodoletz2011-03-28 22:05:33 +0200
committerDirk von Suchodoletz2011-03-28 22:05:33 +0200
commite4aeaabdb9ed9b63e0ea4f5fb6fcfc82c6da5ac7 (patch)
tree4ad3a3e40a02a4617d8d4a44db0fe133b9bae19f /src
parenttest - fix iceauth failure in ubuntu 10.10 (diff)
downloadcore-e4aeaabdb9ed9b63e0ea4f5fb6fcfc82c6da5ac7.tar.gz
core-e4aeaabdb9ed9b63e0ea4f5fb6fcfc82c6da5ac7.tar.xz
core-e4aeaabdb9ed9b63e0ea4f5fb6fcfc82c6da5ac7.zip
add missing /mnt in plugin init script
Diffstat (limited to 'src')
-rw-r--r--src/os-plugins/plugins/desktop/XX_desktop.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os-plugins/plugins/desktop/XX_desktop.sh b/src/os-plugins/plugins/desktop/XX_desktop.sh
index 112be10a..fb5a8e3a 100644
--- a/src/os-plugins/plugins/desktop/XX_desktop.sh
+++ b/src/os-plugins/plugins/desktop/XX_desktop.sh
@@ -28,7 +28,7 @@ your system." fatal
fi
if [ -e /mnt/opt/openslx/plugin-repo/desktop/fixICEauth.sh ]
- then cp /mnt/opt/openslx/plugin-repo/desktop/fixICEauth.sh /etc/profile.d/
+ then cp /mnt/opt/openslx/plugin-repo/desktop/fixICEauth.sh /mnt/etc/profile.d/
fi
[ $DEBUGLEVEL -gt 0 ] && echo "done with 'desktop' os-plugin ...";