From ed05e754aa038e5806cabea597dd64af63cb9de3 Mon Sep 17 00:00:00 2001 From: Moritz Lipp Date: Wed, 18 Aug 2010 08:54:52 +0200 Subject: [PATCH] Update Makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 7818766..f4c5503 100644 --- a/Makefile +++ b/Makefile @@ -69,7 +69,7 @@ dist: clean @rm -rf ${PROJECT}-${VERSION} install: all - @echo installing executeable file + @echo installing executable file @mkdir -p ${DESTDIR}${PREFIX}/bin @cp -f ${PROJECT} ${DESTDIR}${PREFIX}/bin @chmod 755 ${PROJECT} ${DESTDIR}${PREFIX}/bin/${PROJECT} @@ -79,7 +79,7 @@ install: all @chmod 644 ${DESTDIR}${MANPREFIX}/man1/${PROJECT}.1 uninstall: - @echo removing executeable file + @echo removing executable file @rm -f ${DESTDIR}${MANPREFIX}/bin/${PROJECT} @echo removing manual page @rm -f ${DESTDIR}${MANPREFIX}/man1/${PROJECT}.1