From 27b544c5ebf07af9e30338cdbd07a599fe322d2b Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Sat, 7 May 2016 06:38:08 -0300 Subject: qemu-static: minor fix --- libre/qemu-static/PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libre/qemu-static/PKGBUILD b/libre/qemu-static/PKGBUILD index 6974af4fa..f484ca8b7 100644 --- a/libre/qemu-static/PKGBUILD +++ b/libre/qemu-static/PKGBUILD @@ -90,6 +90,7 @@ package_qemu-arch-extra-static() { pkgdesc='QEMU with full support for non native architectures (static binaries only)' replaces=('qemu-static-arch-extra') conflicts=('qemu-static-arch-extra') + backup=('etc/binfmt.d/qemu-static.conf') options=(!strip) cd qemu-${pkgver} @@ -98,7 +99,7 @@ package_qemu-arch-extra-static() { install -m755 ${_arch}-*/qemu-${_arch} "${pkgdir}"/usr/bin mv -v "${pkgdir}"/usr/bin/qemu-${_arch}{,-static} done - install -m755 "${srcdir}"/qemu-static.conf + install -m755 "${srcdir}"/qemu-static.conf "${pkgdir}"/etc/binfmt.d # manually stripping find "${pkgdir}"/usr/bin -type f -exec strip {} \; -- cgit v1.2.3-54-g00ecf