Skip to content
Snippets Groups Projects
Commit 99ffed52 authored by deuce's avatar deuce
Browse files

Changed SBBSOWNER to SBBSUSER (Since it defaults to USER)

parent d74985fb
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment