kiss-mfavila-large/ports/xf86-input-mouse/build

10 lines
90 B
Plaintext
Raw Normal View History

2021-05-11 13:52:48 +00:00
#!/bin/sh -e
./autogen.sh
./configure \
-prefix=/usr
make
make DESTDIR="$1" install