2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-15 20:32:26 +00:00
repo/xorg/libxcb/build
2019-10-07 17:04:22 +03:00

11 lines
146 B
Bash
Executable File

#!/bin/sh -e
sed -i'' 's/pthread-stubs //' configure
./configure \
--prefix=/usr \
--disable-build-docs
make
make DESTDIR="$1" install