Suggest "su -c make install" to avoid exit.

This commit is contained in:
Kurt Zeilenga 1999-09-22 23:23:39 +00:00
parent 1eb8ec2000
commit 96930ff267

View File

@ -91,8 +91,7 @@ these steps:
7. install the binaries and man pages. You may need to be superuser to
do this (depending on where you are installing things):
% su
# make install
% su -c make install
That's it!