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

Now sets SBBSOWNER and SBBSGROUP to the real uid/gid of the user that is

installing.
parent 07557611
No related branches found
No related tags found
No related merge requests found
......@@ -42,13 +42,9 @@ endif
INSTALL ?= CLASSIC # Can be CLASSIC or UNIX
CVSTAG ?= HEAD # CVS tag to pull... HEAD means current.
ifndef SBBSOWNER
SBBSCHOWN := $(USER)
endif
ifdef SBBSGROUP
SBBSCHOWN := $(SBBSCHOWN):$(SBBSGROUP)
endif
SBBSOWNER ?= $(USER)
SBBSGROUP ?= $(GROUP)
SBBSCHOWN := $(SBBSOWNER):$(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