From 99ffed52c3bc28f3bad1d5f1a9b9941fcebd4b94 Mon Sep 17 00:00:00 2001
From: deuce <>
Date: Thu, 6 Feb 2003 16:44:15 +0000
Subject: [PATCH] Changed SBBSOWNER to SBBSUSER (Since it defaults to USER)

---
 install/GNUmakefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/install/GNUmakefile b/install/GNUmakefile
index 08849b3e70..0d0f459b99 100644
--- a/install/GNUmakefile
+++ b/install/GNUmakefile
@@ -14,7 +14,7 @@
 # PREFIX = Set to the UNIX base directory to install to
 # bcc = Set to use Borland compiler
 # os = Set to the OS name (Not required)
-# SBBSOWNER = Owner for the installed files
+# SBBSUSER = Owner for the installed files
 # SBBSGROUP = Group for the installed files
 # NOCVS	= do not do CVS update
 # JSLIB = Full path and filename to JavaScript library.
@@ -42,9 +42,9 @@ endif
 INSTALL	?=	CLASSIC		# Can be CLASSIC or UNIX
 CVSTAG	?=	HEAD		# CVS tag to pull... HEAD means current.
 
-SBBSOWNER	?= $(USER)
+SBBSUSER	?= $(USER)
 SBBSGROUP	?= $(GROUP)
-SBBSCHOWN	:= $(SBBSOWNER):$(SBBSGROUP)
+SBBSCHOWN	:= $(SBBSUSER):$(SBBSGROUP)
 
 ifeq ($(INSTALL),UNIX)
  PREFIX	?=	/usr/local
-- 
GitLab