repo/xorg/xcb-proto/build
2020-10-08 20:04:00 +03:00

10 lines
108 B
Bash
Executable File

#!/bin/sh -e
patch -p1 < python-3.9.patch
./configure \
--prefix=/usr
make
make DESTDIR="$1" install