repo/extra/libevdev/build

9 lines
99 B
Plaintext
Raw Normal View History

2019-06-28 06:53:18 +00:00
#!/bin/sh -e
./configure \
--prefix=/usr \
--disable-gcov
make
make DESTDIR="$1" install