diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-05-12 10:52:49 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-05-12 10:52:49 +0000 |
commit | eed905cf7fd401ecb32e5e17a662e95cf1884973 (patch) | |
tree | 2f6ad9f65451f8c991cd2bb474d1ebede9e8b543 /lib-src/Makefile.in | |
parent | 2de87c588b07ac98525d22b1d3a23420e5d788d6 (diff) | |
download | emacs-eed905cf7fd401ecb32e5e17a662e95cf1884973.tar.gz |
(maybe-blessmail): Mention bless-mail is in lib-src.
Diffstat (limited to 'lib-src/Makefile.in')
-rw-r--r-- | lib-src/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in index 9f35150e73f..39c09cf76fd 100644 --- a/lib-src/Makefile.in +++ b/lib-src/Makefile.in @@ -175,7 +175,7 @@ maybe-blessmail: BLESSMAIL @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 |