2
0
mirror of https://codeberg.org/kiss-community/repo synced 2025-01-12 13:50:08 -07:00
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