2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-15 20:32:26 +00:00
repo/xorg/xorg-server/build
2019-06-27 08:47:59 +03:00

11 lines
161 B
Bash
Executable File

#!/bin/sh -e
./configure \
--prefix=/usr \
--disable-systemd-logind
make
make DESTDIR="$1" install
rm -f "$1/usr/share/X11/xorg.conf.d/10-evdev.conf"