mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 05:17:07 +02:00
main/qemu: fix qemu-modules dependencies
This commit is contained in:
parent
1dfa0abd54
commit
f2abbe83ab
@ -4,7 +4,7 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=qemu
|
||||
pkgver=2.12.0
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="QEMU is a generic machine emulator and virtualizer"
|
||||
url="http://qemu.org/"
|
||||
arch="all"
|
||||
@ -377,7 +377,7 @@ _all_modules() {
|
||||
pkgdesc="Meta package for all qemu modules"
|
||||
local _i
|
||||
for _i in $_modules; do
|
||||
depends="$depends $_i"
|
||||
depends="$depends qemu-$_i"
|
||||
done
|
||||
mkdir -p "$subpkgdir"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user