]> git.ipfire.org Git - people/mfischer/ipfire-2.x.git/commitdiff
rust-rand-0.4: fix rootfile handling
authorArne Fitzenreiter <arne_f@ipfire.org>
Wed, 9 Feb 2022 13:50:24 +0000 (13:50 +0000)
committerArne Fitzenreiter <arne_f@ipfire.org>
Wed, 9 Feb 2022 13:50:24 +0000 (13:50 +0000)
the selected rootfile from target war mismatching with the other
rust-rand version.

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
lfs/rust-rand-0.4

index f6c96c751979ead918bb68eea3f9ad3c297d7640..0599eff9d99c0e4760f6ca0f60801a2a1f765c4d 100644 (file)
@@ -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