repo/xorg/libxcb/build

11 lines
136 B
Plaintext
Raw Normal View History

2019-06-27 00:37:40 -06:00
#!/bin/sh -e
2020-01-29 10:22:10 -07:00
sed 's/pthread-stubs //' configure > _
mv -f _ 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