repo/xorg/eudev/build

12 lines
144 B
Plaintext
Raw Normal View History

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