mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-22 14:10:39 +01:00
defs.mk: Fix dspider-btools lib path
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
fae30838b7
commit
9eb5a14675
1 changed files with 1 additions and 1 deletions
|
|
@ -1474,7 +1474,7 @@ PREREQ += NTV2
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifneq ($(filter btools,$(PREREQ_BUILD)),)
|
ifneq ($(filter btools,$(PREREQ_BUILD)),)
|
||||||
BTOOLS_DIR = $(firstword $(wildcard $(CVS_PROJ_DIR)/btools /opt/$(FLAVOUR_PATH_PREFIX)btools))
|
BTOOLS_DIR = $(firstword $(wildcard $(CVS_PROJ_DIR)/btools /opt/$(FLAVOUR_PATH_PREFIX)dspider-btools))
|
||||||
BTOOLS_VERSION = $(call version,$(BTOOLS_DIR))
|
BTOOLS_VERSION = $(call version,$(BTOOLS_DIR))
|
||||||
RPM_REQUIRES_RUN += $(FLAVOUR_PREFIX)dspider-btools-run = $(BTOOLS_VERSION)
|
RPM_REQUIRES_RUN += $(FLAVOUR_PREFIX)dspider-btools-run = $(BTOOLS_VERSION)
|
||||||
RPM_REQUIRES_DEVEL += $(FLAVOUR_PREFIX)dspider-btools-devel = $(BTOOLS_VERSION)
|
RPM_REQUIRES_DEVEL += $(FLAVOUR_PREFIX)dspider-btools-devel = $(BTOOLS_VERSION)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue