diff options
Diffstat (limited to 'libre')
-rw-r--r-- | libre/qemu-static/PKGBUILD | 12 | ||||
-rw-r--r-- | libre/qemu-static/qemu-aarch64-static.conf (renamed from libre/qemu-static/qemu-static-aarch64.conf) | 0 | ||||
-rw-r--r-- | libre/qemu-static/qemu-arm-static.conf (renamed from libre/qemu-static/qemu-static-arm.conf) | 0 | ||||
-rw-r--r-- | libre/qemu-static/qemu-extra-static.conf (renamed from libre/qemu-static/qemu-static-extra.conf) | 0 | ||||
-rw-r--r-- | libre/qemu-static/qemu-i386-static.conf (renamed from libre/qemu-static/qemu-static-i386.conf) | 0 | ||||
-rw-r--r-- | libre/qemu-static/qemu-mips-static.conf (renamed from libre/qemu-static/qemu-static-mips.conf) | 0 | ||||
-rw-r--r-- | libre/qemu-static/qemu-mips64-static.conf (renamed from libre/qemu-static/qemu-static-mips64.conf) | 0 | ||||
-rw-r--r-- | libre/qemu-static/qemu-x86_64-static.conf (renamed from libre/qemu-static/qemu-static-x86_64.conf) | 0 |
8 files changed, 6 insertions, 6 deletions
diff --git a/libre/qemu-static/PKGBUILD b/libre/qemu-static/PKGBUILD index d3b10a6db..5388b3582 100644 --- a/libre/qemu-static/PKGBUILD +++ b/libre/qemu-static/PKGBUILD @@ -12,7 +12,7 @@ license=('GPL2' 'LGPL2.1') url='http://wiki.qemu.org/' makedepends=('pixman-static' 'glib2-static' 'pcre-static' 'python2') source=(http://wiki.qemu.org/download/${pkgbase}-${pkgver}.tar.bz2 - qemu-static-{extra,aarch64,arm,i386,mips,mips64,x86_64}.conf) + qemu-{extra,aarch64,arm,i386,mips,mips64,x86_64}-static.conf) md5sums=('42e73182dea8b9213fa7050e168a4615' '46e56355a3161863a7418b2285c1a7d7' '6a9c73902b0482b6344dc33087fa0504' @@ -116,13 +116,13 @@ package_binfmt-qemu-static() { install -dm755 "${pkgdir}"/usr/lib/binfmt.d if [[ $CARCH = x86_64 ]]; then - install -m644 "${srcdir}"/qemu-static-x86_64.conf "${pkgdir}"/usr/lib/binfmt.d/qemu-static.conf + install -m644 "${srcdir}"/qemu-x86_64-static.conf "${pkgdir}"/usr/lib/binfmt.d/qemu-static.conf elif [[ $CARCH = i686 ]]; then - install -m644 "${srcdir}"/qemu-static-i386.conf "${pkgdir}"/usr/lib/binfmt.d/qemu-static.conf + install -m644 "${srcdir}"/qemu-i386-static.conf "${pkgdir}"/usr/lib/binfmt.d/qemu-static.conf elif [[ $CARCH = armv7h ]]; then - install -m644 "${srcdir}"/qemu-static-arm.conf "${pkgdir}"/usr/lib/binfmt.d/qemu-static.conf + install -m644 "${srcdir}"/qemu-arm-static.conf "${pkgdir}"/usr/lib/binfmt.d/qemu-static.conf elif [[ $CARCH = mips64el ]]; then - install -m644 "${srcdir}"/qemu-static-mips64.conf "${pkgdir}"/usr/lib/binfmt.d/qemu-static.conf + install -m644 "${srcdir}"/qemu-mips64-static.conf "${pkgdir}"/usr/lib/binfmt.d/qemu-static.conf fi - install -m644 "${srcdir}"/qemu-static-extra.conf "${pkgdir}"/usr/lib/binfmt.d/qemu-static-extra.conf + install -m644 "${srcdir}"/qemu-extra-static.conf "${pkgdir}"/usr/lib/binfmt.d/qemu-extra-static.conf } diff --git a/libre/qemu-static/qemu-static-aarch64.conf b/libre/qemu-static/qemu-aarch64-static.conf index 3ddffa966..3ddffa966 100644 --- a/libre/qemu-static/qemu-static-aarch64.conf +++ b/libre/qemu-static/qemu-aarch64-static.conf diff --git a/libre/qemu-static/qemu-static-arm.conf b/libre/qemu-static/qemu-arm-static.conf index a76f7fe4c..a76f7fe4c 100644 --- a/libre/qemu-static/qemu-static-arm.conf +++ b/libre/qemu-static/qemu-arm-static.conf diff --git a/libre/qemu-static/qemu-static-extra.conf b/libre/qemu-static/qemu-extra-static.conf index ee321493b..ee321493b 100644 --- a/libre/qemu-static/qemu-static-extra.conf +++ b/libre/qemu-static/qemu-extra-static.conf diff --git a/libre/qemu-static/qemu-static-i386.conf b/libre/qemu-static/qemu-i386-static.conf index 931cd83aa..931cd83aa 100644 --- a/libre/qemu-static/qemu-static-i386.conf +++ b/libre/qemu-static/qemu-i386-static.conf diff --git a/libre/qemu-static/qemu-static-mips.conf b/libre/qemu-static/qemu-mips-static.conf index 47594b5eb..47594b5eb 100644 --- a/libre/qemu-static/qemu-static-mips.conf +++ b/libre/qemu-static/qemu-mips-static.conf diff --git a/libre/qemu-static/qemu-static-mips64.conf b/libre/qemu-static/qemu-mips64-static.conf index 3b255ce19..3b255ce19 100644 --- a/libre/qemu-static/qemu-static-mips64.conf +++ b/libre/qemu-static/qemu-mips64-static.conf diff --git a/libre/qemu-static/qemu-static-x86_64.conf b/libre/qemu-static/qemu-x86_64-static.conf index 7b89e2246..7b89e2246 100644 --- a/libre/qemu-static/qemu-static-x86_64.conf +++ b/libre/qemu-static/qemu-x86_64-static.conf |