From: Arne Fitzenreiter Date: Wed, 9 Feb 2022 13:50:24 +0000 (+0000) Subject: rust-rand-0.4: fix rootfile handling X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=71913ca5e4513d462c4885addeb0fccead099eee;p=people%2Fstevee%2Fipfire-2.x.git 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 --- 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