summaryrefslogtreecommitdiffstats
path: root/src/os-plugins/plugins/vmchooser
diff options
context:
space:
mode:
Diffstat (limited to 'src/os-plugins/plugins/vmchooser')
-rw-r--r--src/os-plugins/plugins/vmchooser/XX_vmchooser.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os-plugins/plugins/vmchooser/XX_vmchooser.sh b/src/os-plugins/plugins/vmchooser/XX_vmchooser.sh
index e9fb999c..4afeb1e9 100644
--- a/src/os-plugins/plugins/vmchooser/XX_vmchooser.sh
+++ b/src/os-plugins/plugins/vmchooser/XX_vmchooser.sh
@@ -42,7 +42,7 @@ if [ -e $CONFFILE ]; then
vmchooser_theme_dir=/mnt/usr/local/share/vmchooser/themes
testmkd $vmchooser_theme_dir
- cp -r ${PLUGINDIR}/themes/* $vmchooser_theme_dir
+ cp -r /mnt/${PLUGINDIR}/themes/* $vmchooser_theme_dir
cp $CONFFILE ${PLUGINCONFDIR}/vmchooser.conf
ln -s ${PLUGINDIR}/run-virt.sh ${BINDIR}/run-virt.sh