#!/bin/sh -e patch -p1 < CVE-2019-11068.patch ./configure \ --prefix=/usr make make DESTDIR="$1" install # Remove docs. rm -rf "$1/usr/share/doc"