repo/xorg/libXtst/build
2020-01-16 16:50:38 +02:00

8 lines
78 B
Bash
Executable File

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