From 6cbec56a2c9ec0c2adedaa517d6517f279770512 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= Date: Mon, 23 Jan 2023 11:42:43 +0100 Subject: [PATCH] build: also copy .cargo dir MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit to unbreak source package builds. Signed-off-by: Fabian Grünbichler --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 89e7843..32b8c8d 100644 --- 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