device-qemu-*: move X11 config file from /etc to /usr (MR 5809)
As it's delivered by the distro, it should go into /usr.
This commit is contained in:
parent
be05b7e3d0
commit
ff1db54205
3 changed files with 6 additions and 6 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue