]> git.eshelyaron.com Git - emacs.git/commitdiff
(maybe-blessmail): Mention bless-mail is in lib-src.
authorRichard M. Stallman <rms@gnu.org>
Thu, 12 May 1994 10:52:49 +0000 (10:52 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 12 May 1994 10:52:49 +0000 (10:52 +0000)
lib-src/Makefile.in

index 9f35150e73f4fe87841db3c9fe67b2629b068364..39c09cf76fd3dd0e5f96aaf83ec9827f0b9544b8 100644 (file)
@@ -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