X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=blobdiff_plain;f=lfs%2Frust-rayon-core;h=0331e101e5dc72f44da8185ef8f32295e845e6bb;hp=f87842eb724e8251f041141bdc337090998687f9;hb=HEAD;hpb=9a7e4d85069b6475d231e4fdfbd26d93557d3f10 diff --git a/lfs/rust-rayon-core b/lfs/rust-rayon-core index f87842eb72..0331e101e5 100644 --- a/lfs/rust-rayon-core +++ b/lfs/rust-rayon-core @@ -73,6 +73,11 @@ $(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) && if [ -f Cargo.toml.orig ]; then \ + rm -f Cargo.toml.orig; \ + fi; \ + cd $(DIR_APP) && $(CARGO_PREPARE) cd $(DIR_APP) && $(CARGO_BUILD) cd $(DIR_APP) && $(CARGO_INSTALL)