repo/xorg/xkeyboard-config/build

10 lines
150 B
Plaintext
Raw Normal View History

2019-07-07 08:05:17 +00:00
#!/bin/sh -e
./configure \
--prefix=/usr \
--with-xkb-rules-symlink=xfree86,xorg \
--enable-compat-rules
make
make DESTDIR="$1" install