]> git.proxmox.com Git - proxmox-mail-forward.git/commitdiff
build: also copy .cargo dir
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Mon, 23 Jan 2023 10:42:43 +0000 (11:42 +0100)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Mon, 23 Jan 2023 10:42:43 +0000 (11:42 +0100)
to unbreak source package builds.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
Makefile

index 89e7843cb475c59e006273a106b7442e21596aa7..32b8c8de7114e1b33b614475732f10335e1de7c6 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -27,7 +27,7 @@ build:
        rm -rf $(BUILDDIR) $(BUILDDIR_TMP); mkdir $(BUILDDIR_TMP)
        cp -a debian \
          Cargo.toml src \
-         Makefile \
+         Makefile .cargo \
          $(BUILDDIR_TMP)
        rm -f $(BUILDDIR_TMP)/Cargo.lock
        find $(BUILDDIR_TMP)/debian -name "*.hint" -delete