cfg_dev.mk, cfg_dist.mk: Add PROFILEDIR* attribute variables

This commit is contained in:
Jan Lindemann 2005-06-28 15:19:21 +00:00 committed by Jan Lindemann
commit 756611a55e
2 changed files with 6 additions and 0 deletions

View file

@ -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)

View file

@ -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