repo/xorg/libxcb/build

10 lines
117 B
Plaintext
Raw Normal View History

2019-06-27 00:37:40 -06:00
#!/bin/sh -e
2019-11-17 18:08:37 -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