#!/bin/sh -e export DESTDIR=$1 cl-meson \ . output ninja -C output ninja -C output install # Remove unneeded files. rm -r "${1:?}/usr/share"