From 96930ff2678610b1b6454ac7cff315fa1b9cd68e Mon Sep 17 00:00:00 2001
From: Kurt Zeilenga <kurt@openldap.org>
Date: Wed, 22 Sep 1999 23:23:39 +0000
Subject: [PATCH] Suggest "su -c make install" to avoid exit.

---
 INSTALL | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

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!
 
-- 
GitLab