From 71913ca5e4513d462c4885addeb0fccead099eee Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Wed, 9 Feb 2022 13:50:24 +0000 Subject: [PATCH] rust-rand-0.4: fix rootfile handling the selected rootfile from target war mismatching with the other rust-rand version. Signed-off-by: Arne Fitzenreiter --- lfs/rust-rand-0.4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lfs/rust-rand-0.4 b/lfs/rust-rand-0.4 index f6c96c7519..0599eff9d9 100644 --- a/lfs/rust-rand-0.4 +++ b/lfs/rust-rand-0.4 @@ -30,7 +30,7 @@ THISAPP = rand-$(VER) DL_FILE = $(THISAPP).tar.gz DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) -TARGET = $(DIR_INFO)/$(THISAPP) +TARGET = $(DIR_INFO)/rand-0.4-$(VER) ############################################################################### # Top-level Rules -- 2.39.5