2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-08-21 05:36:19 +00:00
repo/xorg/xinit/build

12 lines
207 B
Plaintext
Raw Normal View History

2019-06-28 06:33:04 +00:00
#!/bin/sh -e
./configure \
--prefix=/usr \
--with-xinitdir=/etc/X11/xinit
make
make DESTDIR="$1" install
2019-09-15 06:47:41 +00:00
2020-01-29 17:15:20 +00:00
sed 's/enable_xauth=1/enable_xauth=0/' "$1/usr/bin/startx" > _
mv -f _ "$1/usr/bin/startx"