aboutsummaryrefslogtreecommitdiff
path: root/dbus/dunst/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2023-01-24 15:09:11 +0100
committerCem Keylan <cem@ckyln.com>2023-01-24 15:09:11 +0100
commit5ee0305949e7a98eb79e4943c0af1f42e871e235 (patch)
tree251c601a69ba1dbe06b22b77da67b81ae81c488c /dbus/dunst/build
parent8e48549f09d3f585118b984a1065a8d803f0303d (diff)
downloadrepository-5ee0305949e7a98eb79e4943c0af1f42e871e235.tar.gz
dunst: drop from repository
Diffstat (limited to 'dbus/dunst/build')
-rwxr-xr-xdbus/dunst/build15
1 files changed, 0 insertions, 15 deletions
diff --git a/dbus/dunst/build b/dbus/dunst/build
deleted file mode 100755
index 08bb2faa..00000000
--- a/dbus/dunst/build
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/sh -e
-
-export DESTDIR="$1"
-
-mk() {
- make \
- PREFIX=/usr \
- MANDIR=/usr/share \
- DESTDIR="$DESTDIR" \
- WAYLAND="$(cpt l -C wayland 1 0)" \
- "$@"
-}
-
-mk dunst dunstify
-mk install