mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-27 07:33:54 +01:00
cfg_dev.mk: Add INSTALL_BINDIR = $(HOME)/local/bin
This commit is contained in:
parent
9f13ac5959
commit
c63d13810d
1 changed files with 3 additions and 0 deletions
|
|
@ -48,6 +48,9 @@ PROFILE_DIR = $(HOME)/.profile.d
|
||||||
ROOTOWNER = $(shell id -un)
|
ROOTOWNER = $(shell id -un)
|
||||||
ROOTGROUP = $(shell id -gn)
|
ROOTGROUP = $(shell id -gn)
|
||||||
|
|
||||||
|
# -- overrides
|
||||||
|
INSTALL_BINDIR = $(HOME)/local/bin
|
||||||
|
|
||||||
# -- debugging options
|
# -- debugging options
|
||||||
|
|
||||||
# for using the dbmalloc lib, before you will need to do:
|
# for using the dbmalloc lib, before you will need to do:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue