2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-04 23:12:28 +00:00
repo/xorg/libxcb/build
2019-10-08 21:29:03 +03:00

10 lines
119 B
Bash
Executable File

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