From: Wolfgang Bumiller Date: Mon, 18 Dec 2023 09:31:36 +0000 (+0100) Subject: upload command pattern fixup X-Git-Url: https://git.proxmox.com/?p=perlmod.git;a=commitdiff_plain;h=71fe7e0e2917be3175ff37798f229fb149db8e9c upload command pattern fixup perlmod-bin is not prefixed with `rust-` Signed-off-by: Wolfgang Bumiller --- 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