1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-03-22 14:19:42 +01:00

OP-1879 remove openpilot hardocding: remove space from package name

This commit is contained in:
James Duley 2015-05-20 20:02:32 +01:00 committed by LibrePilot Packager
parent 4dea2d3d97
commit 38c9a7a946

@ -724,8 +724,10 @@ endif
# - calls paltform-specific packaging script
# Define some variables
EMPTY :=
SPACE := $(EMPTY) $(EMPTY)
PACKAGE_LBL := $(shell $(VERSION_INFO) --format=\$${LABEL})
PACKAGE_NAME := $(OP_BIG_NAME)
PACKAGE_NAME := $(subst $(SPACE),,$(OP_BIG_NAME))
PACKAGE_SEP := -
PACKAGE_FULL_NAME := $(PACKAGE_NAME)$(PACKAGE_SEP)$(PACKAGE_LBL)