#!/bin/sh -e export DESTDIR="$1" meson \ --prefix=/usr \ --libexecdir=/usr/lib \ . output ninja -C output ninja -C output install