fix executable file path in uninstall

Signed-off-by: mlq <mlq@pwmt.org>
This commit is contained in:
Moritz Lipp 2011-02-18 13:32:22 +01:00
parent 382f5e7618
commit 64fe1f132d

View File

@ -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