1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-18 08:54:15 +01:00

OP-1699 - Fix Linux build issue with tagged releases

This commit is contained in:
Alessio Morale 2015-02-01 21:34:05 +01:00
parent 76b209c820
commit c2a8f8fe11

View File

@ -6,7 +6,7 @@ ifndef OPENPILOT_IS_COOL
$(error Top level Makefile must be used to build this target)
endif
DEB_VER := $(PACKAGE_LBL)-1
DEB_VER := $(subst RELEASE-,,$(PACKAGE_LBL))-1
DEB_DIR := $(ROOT_DIR)/package/linux/debian
DEB_BUILD_DIR := $(ROOT_DIR)/debian