mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
boa: use BOA_VERSION instead of spawning a shell/basename for build dir
And as it is a recursive variable, this is done twice during startup. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
29df95079d
commit
6947eabea1
@ -12,7 +12,7 @@ BOA_VERSION=0.94.14rc21
|
|||||||
BOA_SOURCE=boa-$(BOA_VERSION).tar.gz
|
BOA_SOURCE=boa-$(BOA_VERSION).tar.gz
|
||||||
BOA_CAT:=$(ZCAT)
|
BOA_CAT:=$(ZCAT)
|
||||||
BOA_SITE=http://www.boa.org/
|
BOA_SITE=http://www.boa.org/
|
||||||
BOA_DIR=$(BUILD_DIR)/${shell basename $(BOA_SOURCE) .tar.gz}
|
BOA_DIR=$(BUILD_DIR)/boa-$(BOA_VERSION)
|
||||||
BOA_WORKDIR=$(BUILD_DIR)/boa_workdir
|
BOA_WORKDIR=$(BUILD_DIR)/boa_workdir
|
||||||
|
|
||||||
$(DL_DIR)/$(BOA_SOURCE):
|
$(DL_DIR)/$(BOA_SOURCE):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user