1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 04:10:54 -08:00

(maybe-blessmail): Mention bless-mail is in lib-src.

This commit is contained in:
Richard M. Stallman 1994-05-12 10:52:49 +00:00
parent f512d050d3
commit fed76e7839

View 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