]> git.armaanb.net Git - asd-repo.git/blob - extra/libevdev/build
0cccff6c5479af77184de04d62ec6dedacc624b8
[asd-repo.git] / extra / libevdev / build
1 #!/bin/sh -e
2
3 ./configure \
4     --prefix=/usr \
5     --disable-gcov
6
7 make
8 make DESTDIR="$1" install