From e2ea1be9e990416e0e19504b5be1524be1eb6cf2 Mon Sep 17 00:00:00 2001 From: Sascha Kruse Date: Thu, 2 Aug 2012 18:51:21 +0200 Subject: [PATCH] make uninstall: remove correct *.service file --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d416498..5d25f40 100644 --- a/Makefile +++ b/Makefile @@ -61,6 +61,6 @@ uninstall: @rm -f ${DESTDIR}${PREFIX}/bin/dunst @echo removing manual page from ${DESTDIR}${MANPREFIX}/man1 @rm -f ${DESTDIR}${MANPREFIX}/man1/dunst - @rm -f ${DESTDIR}${PREFIX}/share/dbus-1/service/dunst.service + @rm -f ${DESTDIR}${PREFIX}/share/dbus-1/service/org.knopwob.dunst.service .PHONY: all options clean dist install uninstall