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:
parent
4dea2d3d97
commit
38c9a7a946
4
Makefile
4
Makefile
@ -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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user