repo/xorg/xf86-input-libinput/build
2019-07-10 13:39:59 +07:00

8 lines
78 B
Bash
Executable File

#!/bin/sh -e
./configure \
--prefix=/usr
make
make DESTDIR="$1" install