From: Adolf Belka Date: Sat, 21 Dec 2024 12:55:16 +0000 (+0100) Subject: rust-rand: Update for template to add removal of Cargo.toml.orig from source file X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1a9d05b3bd2f6880f18b106be8b4037a49e48ed9;p=people%2Fms%2Fipfire-2.x.git rust-rand: Update for template to add removal of Cargo.toml.orig from source file Signed-off-by: Adolf Belka Signed-off-by: Arne Fitzenreiter --- diff --git a/lfs/rust-rand b/lfs/rust-rand index d27d2bdbd..117ccf5b8 100644 --- a/lfs/rust-rand +++ b/lfs/rust-rand @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2018 IPFire Team # +# Copyright (C) 2007-2024 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -73,6 +73,7 @@ $(subst %,%_BLAKE2,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) + cd $(DIR_APP) && rm Cargo.toml.orig cd $(DIR_APP) && $(CARGO_PREPARE) cd $(DIR_APP) && $(CARGO_BUILD) cd $(DIR_APP) && $(CARGO_INSTALL)