mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-20 10:54:14 +01:00
OP-1699 - Fix Linux build issue with tagged releases
This commit is contained in:
parent
76b209c820
commit
c2a8f8fe11
@ -6,7 +6,7 @@ ifndef OPENPILOT_IS_COOL
|
|||||||
$(error Top level Makefile must be used to build this target)
|
$(error Top level Makefile must be used to build this target)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
DEB_VER := $(PACKAGE_LBL)-1
|
DEB_VER := $(subst RELEASE-,,$(PACKAGE_LBL))-1
|
||||||
DEB_DIR := $(ROOT_DIR)/package/linux/debian
|
DEB_DIR := $(ROOT_DIR)/package/linux/debian
|
||||||
DEB_BUILD_DIR := $(ROOT_DIR)/debian
|
DEB_BUILD_DIR := $(ROOT_DIR)/debian
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user