Commit 6947eabe authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

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: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent 29df9507
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ BOA_VERSION=0.94.14rc21
BOA_SOURCE=boa-$(BOA_VERSION).tar.gz
BOA_CAT:=$(ZCAT)
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

$(DL_DIR)/$(BOA_SOURCE):