repo/xorg/libxcb/build
2020-01-29 19:22:10 +02:00

11 lines
136 B
Bash
Executable File

#!/bin/sh -e
sed 's/pthread-stubs //' configure > _
mv -f _ configure
./configure \
--prefix=/usr
make
make DESTDIR="$1" install