kiss-mfavila-large/core-mod/xorg/libxcb/build

10 lines
117 B
Bash
Executable File

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