2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-07 16:32:28 +00:00
repo/xorg/libxcb/build

10 lines
117 B
Plaintext
Raw Normal View History

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