From: Kern Sibbald Date: Fri, 17 Oct 2008 12:07:32 +0000 (+0000) Subject: Correct typo in make message X-Git-Tag: Release-2.4.4~58 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=e09b0e63958138bb4b0443e418085888f26c6c22;p=bacula%2Fbacula Correct typo in make message git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.4@7829 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/src/console/Makefile.in b/bacula/src/console/Makefile.in index af94657ed3..ee5dd5efa0 100644 --- a/bacula/src/console/Makefile.in +++ b/bacula/src/console/Makefile.in @@ -80,7 +80,7 @@ devclean: realclean install: all @if test -f ${DESTDIR}${sbindir}/console; then \ echo " "; \ - echo "Warning!!! ${DESTDIR}${sbindir}console found."; \ + echo "Warning!!! ${DESTDIR}${sbindir}/console found."; \ echo " console has been renamed bconsole, so console"; \ echo " is no longer used, and you might want to delete it."; \ echo " "; \