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 <arne_f@ipfire.org>
This commit is contained in:
Arne Fitzenreiter
2022-02-09 13:50:24 +00:00
parent 234d68fc14
commit 71913ca5e4

View 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