repo/xorg/xcb-util-renderutil/build
2019-09-05 09:02:28 +03:00

9 lines
101 B
Bash
Executable File

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