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 | fed76e7839cf9ba9fd802d72a1bdc28d6281dd7c (patch) | |
tree | b3e2b8c55751aa5ec134c075ad460993dcb7c50a | |
parent | f512d050d3d4189a5e2a8fed78c32b380c065525 (diff) | |
download | emacs-fed76e7839cf9ba9fd802d72a1bdc28d6281dd7c.tar.gz |
(maybe-blessmail): Mention bless-mail is in lib-src.
-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 |