mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-21 13:47:39 +01:00
Everywhere: Rename MODDIR -> JWBDIR
Rename the omnipresent MODDIR variable to JWBDIR, since that's more to the point. Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
1ff63505e7
commit
b2d6e6f554
109 changed files with 279 additions and 277 deletions
|
|
@ -95,9 +95,9 @@ SCRIPTDIRMODE ?= $(EXEDIRMODE)
|
|||
PYMODOWNER ?= root
|
||||
PYMODGROUP ?= root
|
||||
PYMODMODE ?= 644
|
||||
PYMODDIROWNER ?= root
|
||||
PYMODDIRGROUP ?= root
|
||||
PYMODDIRMODE ?= 755
|
||||
PYJWBDIROWNER ?= root
|
||||
PYJWBDIRGROUP ?= root
|
||||
PYJWBDIRMODE ?= 755
|
||||
INITDIRMODE ?= $(EXEDIRMODE)
|
||||
INITOWNER ?= $(EXEOWNER)
|
||||
INITGROUP ?= $(EXEGROUP)
|
||||
|
|
@ -253,7 +253,7 @@ PKG_CONFIGDIRMODE ?= $(CFGDIRMODE)
|
|||
# -- options
|
||||
|
||||
# for using the dbmalloc lib, before you will need to do:
|
||||
# cd $(MODDIR)/contrib/dbmalloc; tar -xzf dbmalloc-ver.sion.tar.gz
|
||||
# cd $(JWBDIR)/contrib/dbmalloc; tar -xzf dbmalloc-ver.sion.tar.gz
|
||||
|
||||
#USE_BTOOLS ?= true
|
||||
#USE_DSPFS ?= true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue