repo/xorg/xcb-util/build
Muhammad Herdiansyah 54313772a7 xcb-util: add pkg
2019-07-10 13:51:52 +07:00

9 lines
101 B
Bash
Executable File

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