forked from kiss-community/repo
11 lines
175 B
Bash
Executable File
11 lines
175 B
Bash
Executable File
#!/bin/sh -e
|
|
|
|
./configure \
|
|
--prefix=/usr \
|
|
--with-xkb-rules-symlink=xfree86,xorg \
|
|
--enable-compat-rules \
|
|
--without-xsltproc
|
|
|
|
make
|
|
make DESTDIR="$1" install
|