From bfc922066327914524ec8f0082013935aba16e5e Mon Sep 17 00:00:00 2001 From: Jose Carlos Venegas Munoz Date: Thu, 4 Jul 2019 15:29:09 -0500 Subject: [PATCH] package: fix path to qemu-vanilla in debs Deb files has not a correct qemu vanilla path. Fixes: #620 Signed-off-by: Jose Carlos Venegas Munoz --- obs-packaging/runtime/debian.rules-template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/obs-packaging/runtime/debian.rules-template b/obs-packaging/runtime/debian.rules-template index b3d506bb6..df49ff6e3 100644 --- a/obs-packaging/runtime/debian.rules-template +++ b/obs-packaging/runtime/debian.rules-template @@ -12,7 +12,7 @@ export GOPATH=/usr/src/packages/BUILD/go export GOROOT=/usr/src/packages/BUILD/local/go export DH_OPTIONS -export DEFAULT_QEMU=qemu-vanilla-x86_64 +export DEFAULT_QEMU=qemu-vanilla-system-x86_64 GO_VERSION=@GO_VERSION@