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:
Jan Lindemann 2019-11-13 12:49:25 +00:00
commit ee012a8d35

View file

@ -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