2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-12-24 00:10:05 -07:00
repo/xorg/eudev/build

10 lines
128 B
Plaintext
Raw Normal View History

2019-07-07 03:00:03 -06:00
#!/bin/sh -e
./configure \
--prefix=/usr \
--enable-hwdb \
--disable-introspection
make
make DESTDIR="$1" install