1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-29 07:24:13 +01:00

Rename to LibrePilot

This commit is contained in:
James Duley 2015-06-23 21:57:24 +01:00 committed by LibrePilot Packager
parent 6dc7e84a98
commit 68cb8c7bf4

View File

@ -59,7 +59,7 @@ SPACE := $(EMPTY) $(EMPTY)
smallify = $(subst $(SPACE),-,$(call lc,$1))
# Naming for binaries and packaging etc,.
OP_BIG_NAME := OpenPilot
OP_BIG_NAME := LibrePilot
GCS_BIG_NAME := ${OP_BIG_NAME} GCS
# These should be lowercase with no spaces
OP_SMALL_NAME := $(call smallify,$(OP_BIG_NAME))