summaryrefslogtreecommitdiffstats
path: root/src/os-plugins/plugins/vmchooser
diff options
context:
space:
mode:
authorSebastian Schmelzer2011-05-12 19:59:26 +0200
committerSebastian Schmelzer2011-05-12 19:59:26 +0200
commitb0711f6e254c548325f18b1afaca2cdb79a4cbdd (patch)
treedb9f063e4afaa94052bdd5d15474b512f6399e9e /src/os-plugins/plugins/vmchooser
parentfix typo (diff)
downloadcore-b0711f6e254c548325f18b1afaca2cdb79a4cbdd.tar.gz
core-b0711f6e254c548325f18b1afaca2cdb79a4cbdd.tar.xz
core-b0711f6e254c548325f18b1afaca2cdb79a4cbdd.zip
fix theme path ..
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