repo/xorg/xinit/build
2020-01-29 19:15:20 +02:00

12 lines
207 B
Bash
Executable File

#!/bin/sh -e
./configure \
--prefix=/usr \
--with-xinitdir=/etc/X11/xinit
make
make DESTDIR="$1" install
sed 's/enable_xauth=1/enable_xauth=0/' "$1/usr/bin/startx" > _
mv -f _ "$1/usr/bin/startx"