mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
defs.mk: Fix PKG_FORMAT for Ubuntu
The PKG_FORMAT variable for Ubuntu points to rpm, which is wrong. Fix that. Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
34a42cd0a4
commit
ee012a8d35
1 changed files with 1 additions and 1 deletions
|
|
@ -179,7 +179,7 @@ PKG_VENDOR ?= janware GmbH
|
|||
|
||||
# ----- packaging variables
|
||||
|
||||
ifneq ($(filter debian%,$(OS_NAME_VERSION)),)
|
||||
ifneq ($(findstring $(OS_NAME),debian ubuntu),)
|
||||
PKG_FORMAT ?= debian
|
||||
else
|
||||
PKG_FORMAT ?= rpm
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue