From 7e2b148262f8e8b269fa05cf0b54d6b5d76adaae Mon Sep 17 00:00:00 2001 From: stefan Date: Fri, 3 Apr 2020 13:53:15 +0200 Subject: [PATCH 1/2] Install dunstify --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c242a53..347cc3c 100644 --- a/Makefile +++ b/Makefile @@ -155,7 +155,7 @@ clean-coverage-run: install-service install-service-dbus install-service-systemd \ uninstall \ uninstall-service uninstall-service-dbus uninstall-service-systemd -install: install-dunst install-doc install-service +install: install-dunst install-doc install-service install-dunstify install-dunst: dunst doc install -Dm755 dunst ${DESTDIR}${BINDIR}/dunst @@ -173,8 +173,12 @@ install-service-systemd: service-systemd install -Dm644 dunst.systemd.service ${DESTDIR}${SERVICEDIR_SYSTEMD}/dunst.service endif +install-dunstify: dunstify + install -Dm755 dunstify ${DESTDIR}${BINDIR}/dunstify + uninstall: uninstall-service rm -f ${DESTDIR}${BINDIR}/dunst + rm -f ${DESTDIR}${BINDIR}/dunstify rm -f ${DESTDIR}${MANPREFIX}/man1/dunst.1 rm -rf ${DESTDIR}${DATADIR}/dunst From 697db7198da3afb048f8ced68554ce8d2c32ae67 Mon Sep 17 00:00:00 2001 From: stefan Date: Fri, 3 Apr 2020 14:16:53 +0200 Subject: [PATCH 2/2] Uninstall dunstify --- test/test-install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test-install.sh b/test/test-install.sh index 62aa0b1..50e7336 100755 --- a/test/test-install.sh +++ b/test/test-install.sh @@ -9,6 +9,7 @@ make -C "${BASE}" SYSTEMD=1 SERVICEDIR_SYSTEMD="${PREFIX}/systemd" SERVICEDIR_DB diff -u <(find "${PREFIX}" -type f -printf "%P\n" | sort) - <