aboutsummaryrefslogtreecommitdiff
path: root/dbus/dunst/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-10-21 12:23:37 +0200
committerCem Keylan <cem@ckyln.com>2021-10-21 12:23:37 +0200
commitdc41d35fb2a2bf84bbeb051d3b38f955ff0c0a53 (patch)
treece48181626a14ca69577a3c78e3ded76b830815f /dbus/dunst/build
parentdeb8b3ef6dd6d74f9a0b2fee8a289905b0757025 (diff)
downloadrepository-dc41d35fb2a2bf84bbeb051d3b38f955ff0c0a53.tar.gz
dunst: bump to 1.7.0
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)" \
"$@"
}