From 30f784c9a3732ad1b427bcfab401316ef9b42cde Mon Sep 17 00:00:00 2001 From: Jose Carlos Venegas Munoz Date: Fri, 15 Jun 2018 14:00:39 -0500 Subject: [PATCH] pkgs: fix hypervisor-config path. Now that scripts are in different directory need to update paths. Signed-off-by: Jose Carlos Venegas Munoz --- obs-packaging/qemu-lite/update.sh | 2 +- obs-packaging/qemu-vanilla/update.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/obs-packaging/qemu-lite/update.sh b/obs-packaging/qemu-lite/update.sh index 95b52ca0ee..60d348934f 100755 --- a/obs-packaging/qemu-lite/update.sh +++ b/obs-packaging/qemu-lite/update.sh @@ -19,7 +19,7 @@ PKG_NAME="qemu-lite" VERSION=$qemu_lite_version GENERATED_FILES=(qemu-lite.dsc qemu-lite.spec debian.rules _service debian.control) -STATIC_FILES=(debian.compat ../scripts/configure-hypervisor.sh qemu-lite-rpmlintrc) +STATIC_FILES=(debian.compat "${SCRIPT_DIR}/../../scripts/configure-hypervisor.sh" qemu-lite-rpmlintrc) # Parse arguments cli "$@" diff --git a/obs-packaging/qemu-vanilla/update.sh b/obs-packaging/qemu-vanilla/update.sh index 4c2e4165a8..9ef4aec108 100755 --- a/obs-packaging/qemu-vanilla/update.sh +++ b/obs-packaging/qemu-vanilla/update.sh @@ -20,7 +20,7 @@ PKG_NAME="qemu-vanilla" VERSION=$qemu_vanilla_version GENERATED_FILES=(qemu-vanilla.dsc qemu-vanilla.spec debian.rules _service debian.control ) -STATIC_FILES=(debian.compat ../scripts/configure-hypervisor.sh qemu-vanilla-rpmlintrc) +STATIC_FILES=(debian.compat "${SCRIPT_DIR}/../../scripts/configure-hypervisor.sh" qemu-vanilla-rpmlintrc) # Parse arguments cli "$@"