From e09b0e63958138bb4b0443e418085888f26c6c22 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Fri, 17 Oct 2008 12:07:32 +0000 Subject: [PATCH] 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 --- bacula/src/console/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 " "; \ -- 2.39.5