#!/bin/sh -e export DESTDIR="$1" mk() { make \ PREFIX=/usr \ MANDIR=/usr/share \ DESTDIR="$DESTDIR" \ WAYLAND="$(cpt l wayland >/dev/null 2>&1; printf '%s' "$(($? == 0))")" \ "$@" } mk dunst dunstify mk install