2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-12-23 07:40:11 -07:00
repo/xorg/eudev/build
2019-07-07 16:29:01 +07:00

13 lines
168 B
Bash
Executable File

#!/bin/sh -e
autoreconf -fi
./configure \
--prefix=/usr \
--sysconfdir=/etc \
--enable-hwdb \
--disable-introspection
make
make DESTDIR="$1" install