Mercurial > emacs
changeset 7471:7c857b26b91e
(maybe-blessmail): Mention bless-mail is in lib-src.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 12 May 1994 10:52:49 +0000 |
parents | c5dab4ea2a4c |
children | 48059292485b |
files | lib-src/Makefile.in |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lib-src/Makefile.in Thu May 12 10:52:24 1994 +0000 +++ b/lib-src/Makefile.in Thu May 12 10:52:49 1994 +0000 @@ -175,7 +175,7 @@ @if [ `wc -l <blessmail` != 2 ] ; then \ dir=`sed -n -e 's/echo mail directory = \(.*\)/\1/p' blessmail`; \ echo Assuming $$dir is really the mail spool directory, you should; \ - echo run ./blessmail ${archlibdir}/movemail; \ + echo run lib-src/blessmail ${archlibdir}/movemail; \ echo as root, to give movemail appropriate permissions.; \ echo Do that after running make install.; \ fi