aboutsummaryrefslogtreecommitdiffstats
path: root/community/alpine-make-vm-image/only-qemu-img-is-needed.patch
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2019-08-16 01:51:49 +0200
committerJakub Jirutka <jakub@jirutka.cz>2019-08-16 01:52:35 +0200
commita1573af12fa36dbaa1e9c98e24aef1178da696fb (patch)
treed87e4534265caa32427097a7dedca308b4939da8 /community/alpine-make-vm-image/only-qemu-img-is-needed.patch
parentf4dfd501e14b2367c3190589f734cad12293f3e2 (diff)
downloadaports-a1573af12fa36dbaa1e9c98e24aef1178da696fb.tar.bz2
aports-a1573af12fa36dbaa1e9c98e24aef1178da696fb.tar.xz
community/alpine-make-vm-image: upgrade to 0.5.0
Diffstat (limited to 'community/alpine-make-vm-image/only-qemu-img-is-needed.patch')
-rw-r--r--community/alpine-make-vm-image/only-qemu-img-is-needed.patch14
1 files changed, 7 insertions, 7 deletions
diff --git a/community/alpine-make-vm-image/only-qemu-img-is-needed.patch b/community/alpine-make-vm-image/only-qemu-img-is-needed.patch
index 9a34173744..64e337e43c 100644
--- a/community/alpine-make-vm-image/only-qemu-img-is-needed.patch
+++ b/community/alpine-make-vm-image/only-qemu-img-is-needed.patch
@@ -3,12 +3,12 @@ install qemu package.
--- a/alpine-make-vm-image
+++ b/alpine-make-vm-image
-@@ -320,7 +320,7 @@
- if [ "$INSTALL_HOST_PKGS" = yes ]; then
- einfo 'Installing needed packages on host system'
-
-- _apk add -t $VIRTUAL_PKG qemu qemu-img
-+ _apk add -t $VIRTUAL_PKG qemu-img
- install_fs_tools "$ROOTFS"
+@@ -361,7 +361,7 @@
+ if ! grep -q -w "$ROOTFS" /proc/filesystems; then
+ modprobe $ROOTFS
+ fi
+- _apk add -t $VIRTUAL_PKG qemu qemu-img $(fs_progs_pkg "$ROOTFS")
++ _apk add -t $VIRTUAL_PKG qemu-img $(fs_progs_pkg "$ROOTFS")
fi
+ #-----------------------------------------------------------------------