2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-15 20:32:26 +00:00
repo/xorg/eudev/build
2019-07-07 12:04:04 +03:00

12 lines
144 B
Bash
Executable File

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