Commit 32292b98 authored by Ophélie Gagnard's avatar Ophélie Gagnard

dracut.module/Makefile.in: Fix a bug (switch between two variable templates).

parent 0ad7ae71
......@@ -2,8 +2,8 @@ ifneq ($(MCA_PATH),)
$(info MCA_PATH = $(MCA_PATH))
$(info FLB_PATH = $(FLB_PATH))
endif
MCA_PATH ?= %FLB_PATH%
FLB_PATH ?= %MCA_PATH%
MCA_PATH ?= %MCA_PATH%
FLB_PATH ?= %FLB_PATH%
DRACUT_MODULE_NAME=90metadata-collect
LOCAL_DRACUT_MODULE=$(DRACUT_MODULE_NAME)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment