mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
defs-[dev|dist].mk: LOGNAME -> LOGID
Replace LOGNAME by LOGID, because there's a LOGNAME already in the environment.
This commit is contained in:
parent
76fe85cd38
commit
f50d7bd5dc
2 changed files with 2 additions and 2 deletions
|
|
@ -25,7 +25,7 @@ WORKING_DIR ?= $(ENV_PREFIX)/$(HOME)
|
|||
WORKING_DIR ?= $(VAR_PREFIX)/lock
|
||||
|
||||
# -- misc
|
||||
LOGNAME ?= $(shell id -un)-$(PROJECT)
|
||||
LOGID ?= $(shell id -un)-$(PROJECT)
|
||||
DAEMON_RUN_USER ?= $(shell id -un)
|
||||
DAEMON_RUN_GROUP ?= $(shell id -gn)
|
||||
CATCH_ONLY_YERROR?= true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue