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

./configure \
    --prefix=/usr \
    --sysconfdir=/etc \
    --mandir=/usr/share/man \
    --localstatedir=/var

make
make DESTDIR="$1" install