mirror of
https://github.com/zeek/zeek.git
synced 2025-10-01 22:28:20 +00:00
Update build script
Add back a couple changes that got lost during cleanup.
This commit is contained in:
parent
d57679e3dd
commit
cf09f137bd
2 changed files with 3 additions and 1 deletions
|
@ -5,7 +5,7 @@ LOCALVERSION ?= ""
|
|||
LOCAL_VERSION_FLAG = ""
|
||||
ifneq ($(LOCALVERSION), "")
|
||||
VERSION := $(VERSION)-$(LOCALVERSION)
|
||||
LOCAL_VERSION_FLAG := "--localversion=$(LOCALVERSION)"
|
||||
LOCAL_VERSION_FLAG := --localversion=$(LOCALVERSION)
|
||||
endif
|
||||
BUILD_IMAGE := zeek-builder:$(VERSION)
|
||||
BUILD_CONTAINER := zeek-builder-container-$(VERSION)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue