#!/bin/sh -e patch -p1 < gcc-14.patch ./configure \ --prefix=/usr \ --sysconfdir=/etc \ --sbindir=/usr/bin make make DESTDIR="$1" install