mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-27 15:33:55 +01:00
defs.mk: Add INCLUDE_REV_IN_VERSIONS = true for debian
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
56442a0555
commit
22f51eb814
1 changed files with 4 additions and 0 deletions
|
|
@ -32,6 +32,10 @@ FLAVOUR_PATH_SUFFIX ?= /win32
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(PKG_FORMAT),debian)
|
||||||
|
export INCLUDE_REV_IN_VERSIONS = true
|
||||||
|
endif
|
||||||
|
|
||||||
# ----- executables
|
# ----- executables
|
||||||
SED = sed
|
SED = sed
|
||||||
CAT = /bin/cat
|
CAT = /bin/cat
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue