#!/bin/sh -e export DESTDIR=$1 meson \ --prefix=/usr \ -Ddbus=false \ -Dregex=true \ . output ninja -C output ninja -C output install