aboutsummaryrefslogtreecommitdiff
path: root/dbus/dunst/build
diff options
context:
space:
mode:
Diffstat (limited to 'dbus/dunst/build')
-rwxr-xr-xdbus/dunst/build4
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)" \
"$@"
}