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

14 lines
188 B
Bash
Executable File

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