diff options
author | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2016-09-19 20:44:21 -0300 |
---|---|---|
committer | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2016-09-19 20:45:48 -0300 |
commit | d8c4a7881541594f18d55048902d70b5f6e37142 (patch) | |
tree | bc3701ca7df275e70b09bafeb010d2fb82544c05 /libre/qemu-static/PKGBUILD | |
parent | 81855712dac0e80a9c914a60cc407fd631fdd2ae (diff) | |
download | abslibre-d8c4a7881541594f18d55048902d70b5f6e37142.tar.gz abslibre-d8c4a7881541594f18d55048902d70b5f6e37142.tar.bz2 abslibre-d8c4a7881541594f18d55048902d70b5f6e37142.zip |
qemu-static: fix binfmt-qemu-static
Diffstat (limited to 'libre/qemu-static/PKGBUILD')
-rw-r--r-- | libre/qemu-static/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libre/qemu-static/PKGBUILD b/libre/qemu-static/PKGBUILD index 2a785de6f..79d965939 100644 --- a/libre/qemu-static/PKGBUILD +++ b/libre/qemu-static/PKGBUILD @@ -121,7 +121,7 @@ package_qemu-arch-extra-static() { package_binfmt-qemu-static() { pkgdesc='Register qemu-static interpreters for various binary formats' - depends=('qemu-arch-extra-static') + depends=(qemu-static) install -dm755 "${pkgdir}"/usr/lib/binfmt.d |