#!/bin/sh -e

patch -p1 < python-3.9.patch

./configure \
    --prefix=/usr

make
make DESTDIR="$1" install