summaryrefslogtreecommitdiff
path: root/libre/qemu-static
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-05-10 12:17:41 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-05-11 02:17:31 -0300
commit630ac4a35ddbc1a196e8f0288a764028567dd9ab (patch)
treecd1088db7bbb1eeaffd61142d3f0cdc5636a4f3e /libre/qemu-static
parent15f5961e8fbae2a953fb867d75027398b3b4f772 (diff)
qemu-static: minor fix
Diffstat (limited to 'libre/qemu-static')
-rw-r--r--libre/qemu-static/PKGBUILD12
-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