From: Kurt Zeilenga Date: Wed, 22 Sep 1999 23:23:39 +0000 (+0000) Subject: Suggest "su -c make install" to avoid exit. X-Git-Tag: UCDATA_2_4~397 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=96930ff2678610b1b6454ac7cff315fa1b9cd68e;p=openldap Suggest "su -c make install" to avoid exit. --- diff --git a/INSTALL b/INSTALL index 8f3685d085..587b0446f8 100644 --- a/INSTALL +++ b/INSTALL @@ -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!