From 71fe7e0e2917be3175ff37798f229fb149db8e9c Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Mon, 18 Dec 2023 10:31:36 +0100 Subject: [PATCH] upload command pattern fixup perlmod-bin is not prefixed with `rust-` Signed-off-by: Wolfgang Bumiller --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4d28129..8f6863d 100644 --- a/Makefile +++ b/Makefile @@ -60,7 +60,7 @@ update: %-upload: %-deb cd build; \ - dcmd --deb rust-$*_*.changes \ + dcmd --deb ./*$*_*.changes \ | grep -v '.changes$$' \ | tar -cf- -T- \ | ssh -X repoman@repo.proxmox.com upload --product devel --dist bookworm