Skip to content
Snippets Groups Projects
Commit 8ae6db9a authored by Jakko's avatar Jakko
Browse files

device-qemu-*: move X11 config file from /etc to /usr

As it's delivered by the distro, it should go into /usr.
parent 5aa6e7b9
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
# Co-Maintainer: Oliver Smith <ollieparanoid@postmarketos.org>
pkgname=device-qemu-aarch64
pkgver=6
pkgrel=0
pkgrel=1
pkgdesc="Simulated device in QEMU (aarch64)"
url="https://postmarketos.org"
arch="aarch64"
......@@ -51,7 +51,7 @@ sway() {
x11() {
install_if="$pkgname=$pkgver-r$pkgrel xorg-server"
install -Dm644 "$srcdir"/resolution-qemu-X11.conf \
"$subpkgdir"/etc/X11/xorg.conf.d/10-resolution-qemu-X11.conf
"$subpkgdir"/usr/share/X11/xorg.conf.d/10-resolution-qemu-X11.conf
}
kernel_virt() {
......
......@@ -3,7 +3,7 @@
# Co-Maintainer: Oliver Smith <ollieparanoid@postmarketos.org>
pkgname=device-qemu-amd64
pkgver=7
pkgrel=0
pkgrel=1
pkgdesc="Simulated device in QEMU (x86_64)"
url="https://postmarketos.org"
arch="x86_64"
......@@ -52,7 +52,7 @@ sway() {
x11() {
install_if="$pkgname=$pkgver-r$pkgrel xorg-server"
install -Dm644 "$srcdir"/resolution-qemu-X11.conf \
"$subpkgdir"/etc/X11/xorg.conf.d/10-resolution-qemu-X11.conf
"$subpkgdir"/usr/share/X11/xorg.conf.d/10-resolution-qemu-X11.conf
}
kernel_none() {
......
......@@ -3,7 +3,7 @@
# Co-Maintainer: Luca Weiss <luca@lucaweiss.eu>
pkgname=device-qemu-riscv64
pkgver=3
pkgrel=0
pkgrel=1
pkgdesc="Simulated device in QEMU (riscv64)"
url="https://postmarketos.org"
arch="riscv64"
......@@ -49,7 +49,7 @@ sway() {
x11() {
install_if="$pkgname=$pkgver-r$pkgrel xorg-server"
install -Dm644 "$srcdir"/resolution-qemu-X11.conf \
"$subpkgdir"/etc/X11/xorg.conf.d/10-resolution-qemu-X11.conf
"$subpkgdir"/usr/share/X11/xorg.conf.d/10-resolution-qemu-X11.conf
}
kernel_edge() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment