mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +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>
|
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||||
pkgname=qemu
|
pkgname=qemu
|
||||||
pkgver=2.12.0
|
pkgver=2.12.0
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
pkgdesc="QEMU is a generic machine emulator and virtualizer"
|
pkgdesc="QEMU is a generic machine emulator and virtualizer"
|
||||||
url="http://qemu.org/"
|
url="http://qemu.org/"
|
||||||
arch="all"
|
arch="all"
|
||||||
@ -377,7 +377,7 @@ _all_modules() {
|
|||||||
pkgdesc="Meta package for all qemu modules"
|
pkgdesc="Meta package for all qemu modules"
|
||||||
local _i
|
local _i
|
||||||
for _i in $_modules; do
|
for _i in $_modules; do
|
||||||
depends="$depends $_i"
|
depends="$depends qemu-$_i"
|
||||||
done
|
done
|
||||||
mkdir -p "$subpkgdir"
|
mkdir -p "$subpkgdir"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user