aboutsummaryrefslogtreecommitdiff
path: root/xorg/xkeyboard-config/build
blob: abfcca36508ffc8ea0e75fdc2a9ff7d92ad4c2dc (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh -e

./configure \
    --prefix=/usr \
    --with-xkb-rules-symlink=xfree86,xorg \
    --enable-compat-rules

make
make DESTDIR="$1" install