From cc7adcd175f79d338481b15f81343f191a58e2da Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Mon, 5 Dec 2011 06:52:11 -0600 Subject: [PATCH] fix uninstall in makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 84a6f2a..706c1a2 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ install: compton && cp -t "${MANDIR}" compton.1 uninstall: - @rm -f ${PREFIX}/compton + @rm -f ${PREFIX}/bin/compton @rm -f ${MANDIR}/compton.1 clean: