diff options
Diffstat (limited to 'dbus/dunst/build')
-rwxr-xr-x | dbus/dunst/build | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/dbus/dunst/build b/dbus/dunst/build index 36e542cf..08bb2faa 100755 --- a/dbus/dunst/build +++ b/dbus/dunst/build @@ -3,13 +3,11 @@ export DESTDIR="$1" mk() { - # No, I actually want to get the output, shellcheck, thank you very much. - # shellcheck disable=2181 make \ PREFIX=/usr \ MANDIR=/usr/share \ DESTDIR="$DESTDIR" \ - WAYLAND="$(cpt l wayland >/dev/null 2>&1; printf '%s' "$(($? == 0))")" \ + WAYLAND="$(cpt l -C wayland 1 0)" \ "$@" } |