]> git.ipfire.org Git - people/ms/ipfire-2.x.git/commitdiff
rust-rand: Update for template to add removal of Cargo.toml.orig from source file
authorAdolf Belka <adolf.belka@ipfire.org>
Sat, 21 Dec 2024 12:55:16 +0000 (13:55 +0100)
committerArne Fitzenreiter <arne_f@ipfire.org>
Wed, 8 Jan 2025 19:09:55 +0000 (20:09 +0100)
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
lfs/rust-rand

index d27d2bdbdc201963e4c710fde48897d6a44a7c0d..117ccf5b8d429b8a64dae2cf0377cbb8945c59a9 100644 (file)
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2018  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2024  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # 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)