summaryrefslogtreecommitdiffstats
path: root/core/modules/qemu/module.build
diff options
context:
space:
mode:
authorManuel Bentele2021-07-06 09:57:04 +0200
committerManuel Bentele2021-07-06 09:57:04 +0200
commit9d4cc99e8d8b60117ab91eec1a0b0ec288b4d0b9 (patch)
treefe9d3283759b2d3941c9f2b7fdb44bdd88597da2 /core/modules/qemu/module.build
parent[qemu] Make PAM hook script executable (diff)
downloadmltk-9d4cc99e8d8b60117ab91eec1a0b0ec288b4d0b9.tar.gz
mltk-9d4cc99e8d8b60117ab91eec1a0b0ec288b4d0b9.tar.xz
mltk-9d4cc99e8d8b60117ab91eec1a0b0ec288b4d0b9.zip
[qemu] Rename vmchooser plugin to 'qemukvm'
Diffstat (limited to 'core/modules/qemu/module.build')
-rw-r--r--core/modules/qemu/module.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/modules/qemu/module.build b/core/modules/qemu/module.build
index 2a7952e8..801d1d4b 100644
--- a/core/modules/qemu/module.build
+++ b/core/modules/qemu/module.build
@@ -15,7 +15,7 @@ build() {
# install qemu runvirt plugin
local build_artifact_filename="runvirt-plugin-qemu-1.0-SNAPSHOT-jar-with-dependencies.jar"
- local install_dir="${MODULE_BUILD_DIR}/opt/openslx/vmchooser/plugins/qemu"
+ local install_dir="${MODULE_BUILD_DIR}/opt/openslx/vmchooser/plugins/qemukvm"
local install_filename="runvirt-plugin-qemu.jar"
mkdir -p "${install_dir}"
cp "${build_dir}/target/${build_artifact_filename}" "${install_dir}/${install_filename}" || perror "Could not install runvirt-plugin-qemu!"