#!/bin/bash set -e src_dir=$(pwd) build_dir=$1 install_dir=$2 cd ${build_dir} meson install --destdir ${install_dir}