2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-10-02 06:21:10 -06:00
repo/xorg/libxcb/build

10 lines
Plaintext
Raw Normal View History

2019-06-27 00:37:40 -06:00
#!/bin/sh -e
2020-01-29 10:42:59 -07:00
sed -i 's/pthread-stubs //' configure
2019-06-27 00:37:40 -06:00
./configure \
2019-10-08 12:29:03 -06:00
--prefix=/usr
2019-06-27 00:37:40 -06:00
make
make DESTDIR="$1" install