From dc41d35fb2a2bf84bbeb051d3b38f955ff0c0a53 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Thu, 21 Oct 2021 12:23:37 +0200 Subject: dunst: bump to 1.7.0 --- dbus/dunst/build | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'dbus/dunst/build') 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)" \ "$@" } -- cgit v1.2.3