From cbf21fec5dd41516f35dc2fab779454e420cbc8e Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Tue, 4 Jul 2017 19:57:54 +0200 Subject: main/qemu: move qemu-nbd to -img subpackage --- main/qemu/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'main/qemu') diff --git a/main/qemu/APKBUILD b/main/qemu/APKBUILD index c0c1e567b1..99d2ed7166 100644 --- a/main/qemu/APKBUILD +++ b/main/qemu/APKBUILD @@ -4,7 +4,7 @@ # Maintainer: Natanael Copa pkgname=qemu pkgver=2.9.0 -pkgrel=0 +pkgrel=1 pkgdesc="QEMU is a generic machine emulator and virtualizer" url="http://qemu.org/" arch="all" @@ -306,6 +306,7 @@ img() { mkdir -p "$subpkgdir"/usr/bin mv "$pkgdir"/usr/bin/qemu-img \ "$pkgdir"/usr/bin/qemu-io \ + "$pkgdir"/usr/bin/qemu-nbd \ "$subpkgdir"/usr/bin/ || return 1 # We exploit the fact that -img subpackage are created last -- cgit v1.2.3