2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-08 17:02:27 +00:00
repo/xorg/libxcb/build
2021-07-03 20:25:32 +00:00

12 lines
155 B
Bash
Executable File

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