From 6a003c5a14aa0fdbf5e359bafbcc8678af0d452d Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Sun, 21 May 2023 11:18:36 +0200 Subject: [PATCH] buildsys: don't pass arch for an arch: all package it was wrong too anyway, if, one would need to use the $(DEB_HOST_ARCH), as that's the one package is built for. Signed-off-by: Thomas Lamprecht --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6a09227..f9ab740 100644 --- a/Makefile +++ b/Makefile @@ -35,7 +35,7 @@ $(DSC): $(BUILDDIR) .PHONY: upload upload: $(DEB) - tar cf - $(DEB) | ssh repoman@repo.proxmox.com -- upload --product pve --dist bullseye --arch $(DEB_BUILD_ARCH) + tar cf - $(DEB) | ssh repoman@repo.proxmox.com -- upload --product pve --dist bullseye .PHONY: clean clean: