#!/bin/sh -e ./configure \ --prefix=/usr \ --enable-unicode-properties make make DESTDIR="$1" install rm -rf "${1:?}/usr/share"