From 64fe1f132d54fa6c6f45245709c5775135078672 Mon Sep 17 00:00:00 2001 From: Moritz Lipp Date: Fri, 18 Feb 2011 13:32:22 +0100 Subject: [PATCH] fix executable file path in uninstall Signed-off-by: mlq --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 09ec3c3..57399da 100644 --- a/Makefile +++ b/Makefile @@ -81,6 +81,6 @@ install: all uninstall: @echo removing executable file - @rm -f ${DESTDIR}${MANPREFIX}/bin/${PROJECT} + @rm -f ${DESTDIR}${PREFIX}/bin/${PROJECT} @echo removing manual page @rm -f ${DESTDIR}${MANPREFIX}/man1/${PROJECT}.1