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

12 lines
155 B
Plaintext
Raw Normal View History

2019-06-27 06:37:40 +00:00
#!/bin/sh -e
2021-07-03 20:25:32 +00:00
sed 's/pthread-stubs //' configure > _
mv -f _ configure
chmod +x 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