aboutsummaryrefslogtreecommitdiff
path: root/xorg/xinit/build
blob: 311b9d5962f96b0da563924d93be344f6444cd42 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh -e

./configure \
    --prefix=/usr \
    --with-xinitdir=/etc/X11/xinit

make
make DESTDIR="$1" install

sed -i 's/enable_xauth=1/enable_xauth=0/' "$1/usr/bin/startx"