diff options
Diffstat (limited to 'dbus/dunst/build')
-rwxr-xr-x | dbus/dunst/build | 15 |
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 |