]> git.proxmox.com Git - pve-installer.git/commitdiff
buildsys: copy over .cargo config directory to build-dir
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 26 Jun 2023 17:23:26 +0000 (19:23 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 26 Jun 2023 17:23:26 +0000 (19:23 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile

index 73a4e7081f0f01c107cd16e29e756d3869d6215a..18fdea3f3006de1e2b21fea92d6858578fc83293 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -28,6 +28,7 @@ all:
 $(BUILDDIR):
        rm -rf $@ $@.tmp; mkdir $@.tmp
        cp -a \
+         .cargo \
          Cargo.toml \
          Makefile \
          Proxmox/ \