mirror of
https://git.proxmox.com/git/proxmox-mail-forward
synced 2025-08-11 14:22:24 +00:00
build: also copy .cargo dir
to unbreak source package builds. Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
parent
332aa4de1e
commit
6cbec56a2c
2
Makefile
2
Makefile
@ -27,7 +27,7 @@ build:
|
|||||||
rm -rf $(BUILDDIR) $(BUILDDIR_TMP); mkdir $(BUILDDIR_TMP)
|
rm -rf $(BUILDDIR) $(BUILDDIR_TMP); mkdir $(BUILDDIR_TMP)
|
||||||
cp -a debian \
|
cp -a debian \
|
||||||
Cargo.toml src \
|
Cargo.toml src \
|
||||||
Makefile \
|
Makefile .cargo \
|
||||||
$(BUILDDIR_TMP)
|
$(BUILDDIR_TMP)
|
||||||
rm -f $(BUILDDIR_TMP)/Cargo.lock
|
rm -f $(BUILDDIR_TMP)/Cargo.lock
|
||||||
find $(BUILDDIR_TMP)/debian -name "*.hint" -delete
|
find $(BUILDDIR_TMP)/debian -name "*.hint" -delete
|
||||||
|
Loading…
Reference in New Issue
Block a user