mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
cfg_dev.mk, cfg_dist.mk: Add PROFILEDIR* attribute variables
This commit is contained in:
parent
9d141fe861
commit
756611a55e
2 changed files with 6 additions and 0 deletions
|
|
@ -32,6 +32,9 @@ PROFILEGROUP = $(shell id -gn)
|
|||
PROFILEOWNER = $(shell whoami)
|
||||
PROFILEMODE = 755
|
||||
PROFILEDIR = $(HOME)/.profile.d
|
||||
PROFILEDIRGROUP = $(shell id -gn)
|
||||
PROFILEDIROWNER = $(shell whoami)
|
||||
PROFILEDIRMODE = 755
|
||||
INITDIR = $(HOME)/bin
|
||||
PIDDIR = $(VAR_PREFIX)/run
|
||||
DAEMON_RUN_DIR = $(HOME)
|
||||
|
|
|
|||
|
|
@ -31,6 +31,9 @@ MAKEMODE = 644
|
|||
PROFILEGROUP = root
|
||||
PROFILEOWNER = root
|
||||
PROFILEMODE = 755
|
||||
PROFILEDIRGROUP = root
|
||||
PROFILEDIROWNER = root
|
||||
PROFILEDIRMODE = 755
|
||||
PROFILEDIR = /etc/profile.d
|
||||
INITDIR = /etc/init.d
|
||||
PIDDIR = $(VAR_PREFIX)/run
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue