repo/xorg/xorg-server/build

11 lines
161 B
Plaintext
Raw Normal View History

2019-06-27 05:47:59 +00:00
#!/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"