aboutsummaryrefslogtreecommitdiff
path: root/dbus/dunst/build
diff options
context:
space:
mode:
Diffstat (limited to 'dbus/dunst/build')
-rwxr-xr-xdbus/dunst/build17
1 files changed, 0 insertions, 17 deletions
diff --git a/dbus/dunst/build b/dbus/dunst/build
deleted file mode 100755
index 36e542cf..00000000
--- a/dbus/dunst/build
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/bin/sh -e
-
-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))")" \
- "$@"
-}
-
-mk dunst dunstify
-mk install