From e60ecb34c15cd257a44ae4d1d1c7cd535e4959d7 Mon Sep 17 00:00:00 2001 From: Dirk Date: Fri, 8 Jul 2011 02:02:03 +0200 Subject: Path variable fix ... --- src/os-plugins/plugins/emufe/files/run-virt.include | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'src') diff --git a/src/os-plugins/plugins/emufe/files/run-virt.include b/src/os-plugins/plugins/emufe/files/run-virt.include index 911e4161..b1573ee9 100644 --- a/src/os-plugins/plugins/emufe/files/run-virt.include +++ b/src/os-plugins/plugins/emufe/files/run-virt.include @@ -31,8 +31,8 @@ fi ### Declaration of default variables ################################################################################ -PLUGINCONFQK="${PLUGINCONFROOT}/${self}" -PLUGINDIRQK=${OPENSLX_DEFAULT_DIR}/plugin-repo/${self} +PLUGINCONF="${PLUGINCONFROOT}/${self}" +PLUGINDIR=${OPENSLX_DEFAULT_DIR}/plugin-repo/${self} # create TMPDIR for all users mkdir -m 1777 /tmp/${self} 2>/dev/null # TMPDIR @@ -69,7 +69,7 @@ case "${emulator}" in ;; SheepShaver*|sheepshaver*) if [ "x${rombios}" != "x" ] ; then - rom="--rom ${xmlpath}/${rombios}" + rom="--rom ${imgpath}/${rombios}" else echo "problem" fi @@ -82,7 +82,7 @@ case "${emulator}" in ;; basilisk*|Basilisk*) if [ "x${rombios}" != "x" ] ; then - rom="--rom ${xmlpath}/${rombios}" + rom="--rom ${imgpath}/${rombios}" else echo "problem" fi @@ -95,15 +95,15 @@ case "${emulator}" in ;; *mess*) - [ "x${rombios}" != "x" ] && rom="${xmlpath}/${rombios}" + [ "x${rombios}" != "x" ] && rom="${imgpath}/${rombios}" VIRTCMDOPTS="${VIRTCMDOPTS} ${rom}" ;; *uae*) - [ "x${rombios}" != "x" ] && rom="-s kickstart_rom_file=${xmlpath}/${rombios}" + [ "x${rombios}" != "x" ] && rom="-s kickstart_rom_file=${imgpath}/${rombios}" VIRTCMDOPTS="${VIRTCMDOPTS} ${rom}" ;; *qemu*) - [ "x${rombios}" != "x" ] && rom="-bios ${xmlpath}/${rombios}" + [ "x${rombios}" != "x" ] && rom="-bios ${imgpath}/${rombios}" VIRTCMDOPTS="${VIRTCMDOPTS} ${rom} -name \"${displayname}\" -snapshot ${diskfile}" ;; esac -- cgit v1.2.3-55-g7522