mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-19 21:27:39 +01:00
$(TOPDIR), make: Start new build architecture
Intermediate commit of half done transition to new build architecture.
This commit is contained in:
parent
fa41ecc8c4
commit
a702e5b714
9 changed files with 142 additions and 50 deletions
|
|
@ -4,8 +4,9 @@
|
|||
# $Id$
|
||||
|
||||
#CONTRIBDIR = $(TOPDIR)/contrib
|
||||
PREFIX = /opt/$(PROJECT)
|
||||
VAR_PREFIX = $(PREFIX)/var
|
||||
PREFIX = $(ENV_PREFIX)/opt/$(PROJECT)
|
||||
VAR_PREFIX = $(ENV_PREFIX)/var/opt
|
||||
DOC_PREFIX = $(ENV_PREFIX)/usr/share/doc/packages/$(PROJECT)
|
||||
EXEGROUP = root
|
||||
EXEOWNER = root
|
||||
EXEMODE = 755
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue