repo/xorg/libXxf86vm/build
2019-06-27 20:42:06 +03:00

8 lines
78 B
Bash
Executable File

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